Skip to content

Commit 5909ed0

Browse files
ComputerDruidCommit Bot
authored andcommitted
[rust] allow unused-macro-rules to unblock toolchain roll
Bug: 100318 Change-Id: Ided9428282c66e63cda934a5f456223750703179 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679506 Reviewed-by: Joseph Ryan <[email protected]> Fuchsia-Auto-Submit: Dan Johnson <[email protected]> Reviewed-by: Tyler Mandry <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
1 parent d401b31 commit 5909ed0

File tree

1 file changed

+2
-0
lines changed
  • src/lib/storage/vfs/rust/src

1 file changed

+2
-0
lines changed

src/lib/storage/vfs/rust/src/path.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ impl AsRef<str> for Path {
182182
mod tests {
183183
use super::*;
184184

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
185187
macro_rules! simple_construction_test {
186188
(path: $str:expr, $path:ident => $body:block) => {
187189
match Path::validate_and_split($str) {

0 commit comments

Comments
 (0)