Conversation
does rust still check if you're using camlecase and tell you to use snakecaase instead?
1
0
0
@glitch does it still compile? Don't remember if it refused to do so with camelcase code
2
0
0
@glitch seems like it lets you
0
0
0
@foxhkron @glitch guess that's still better than zig not compiling if you use tabs for indentation
0
0
2
@snacks
It's just a warning and it will compile regardless (you can disable it with #![allow(non_snake_case)] )
0
0
0