Skip to content

Commit

Permalink
Revert "[rust] allow unused-macro-rules to unblock toolchain roll"
Browse files Browse the repository at this point in the history
This reverts commit 5909ed0.

Reason for revert: lint is allow-by-default after rust-lang/rust#97032

Original change's description:
> [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]>

Bug: 100318
Change-Id: I2ebf0b0e9c9e28d8a2588fc92dfe7428c77ca4cf
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679988
Reviewed-by: RubberStamper 🤖 <[email protected]>
Commit-Queue: Dan Johnson <[email protected]>
Reviewed-by: Joseph Ryan <[email protected]>
  • Loading branch information
ComputerDruid authored and Fuchsia Internal LUCI committed May 17, 2022
1 parent 5e5e432 commit 765852b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/storage/vfs/rust/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ impl AsRef<str> for Path {
mod tests {
use super::*;

#[allow(unknown_lints)] // TODO(fxbug.dev/99424): remove this after toolchain roll when lint is known
#[allow(unused_macro_rules)] // TODO(fxbug.dev/100318): remove unused macro rules and re-enable
macro_rules! simple_construction_test {
(path: $str:expr, $path:ident => $body:block) => {
match Path::validate_and_split($str) {
Expand Down

0 comments on commit 765852b

Please sign in to comment.