index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
/
check.rs
blob: 46d3ffec48c948f672ba8eccc59ae495ad8bd455 (
plain
)
1
2
3
4
5
use anyhow::Result; pub fn check() -> Result<()> { todo!() }