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
f71d59e6a6
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 07:47:03 -06: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 02:04:17 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink