rust/compiler/rustc_lexer/src
Nicholas Nethercote ff0a5fe975 Remove #![warn(unreachable_pub)] from all compiler/ crates.
It's no longer necessary now that `-Wunreachable_pub` is being passed.
2025-03-11 13:14:21 +11:00
..
unescape Rustfmt 2025-02-08 22:12:13 +00:00
cursor.rs implement eat_until leveraging memchr in lexer 2025-02-05 07:03:53 -08:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-11 13:14:21 +11:00
tests.rs Rustfmt 2025-02-08 22:12:13 +00:00
unescape.rs Improved the compiler code with clippy 2024-04-24 09:41:44 +02:00