We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d401b31 commit 5909ed0Copy full SHA for 5909ed0
src/lib/storage/vfs/rust/src/path.rs
@@ -182,6 +182,8 @@ impl AsRef<str> for Path {
182
mod tests {
183
use super::*;
184
185
+ #[allow(unknown_lints)] // TODO(fxbug.dev/99424): remove this after toolchain roll when lint is known
186
+ #[allow(unused_macro_rules)] // TODO(fxbug.dev/100318): remove unused macro rules and re-enable
187
macro_rules! simple_construction_test {
188
(path: $str:expr, $path:ident => $body:block) => {
189
match Path::validate_and_split($str) {
0 commit comments