This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
f96eb611f8eb74fb865b51bf88683267c6885375
rust
/
tests
/
ui
/
missing_inline_executable.rs
8 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-update
2025-02-28 23:20:48 +01:00
//@ check-pass
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
2021-03-12 15:30:50 +01:00
#![
warn(clippy::missing_inline_in_public_items)
]
pub
fn
foo
(
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink