This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
clippy_workspace_tests
/
src
/
main.rs
5 lines
42 B
Rust
Raw
Normal View
History
Unescape
Escape
Transition leftover test libs to Rust 2018
2019-02-03 14:47:03 +01:00
#![
deny(rust_2018_idioms)
]
Fix logic that determines closest parent crate when invoked from a subdirectory. The previous logic incorrectly matches the deepest child of the current directory that is a crate.
2017-07-27 00:04:17 -07:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink