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
66f1f544af
rust
/
tests
/
ui-toml
/
item_name_repetitions
/
threshold0
/
item_name_repetitions.rs
6 lines
46 B
Rust
Raw
Normal View
History
Unescape
Escape
add lint for struct field names side effect for `enum_variants`: use .first() instead of .get(0) in enum_variants lint move to_camel_case to str_util module move module, enum and struct name repetitions check to a single file `item_name_repetitions` rename enum_variants threshold config option
2023-10-17 11:34:27 -05:00
struct
Data
{
}
add ui-toml test
2023-09-24 11:25:20 -05:00
enum
Actions
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink