Skip to content

Commit 765852b

Browse files
ComputerDruidFuchsia Internal LUCI
authored andcommitted
Revert "[rust] allow unused-macro-rules to unblock toolchain roll"
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]>
1 parent 5e5e432 commit 765852b

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ 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
187185
macro_rules! simple_construction_test {
188186
(path: $str:expr, $path:ident => $body:block) => {
189187
match Path::validate_and_split($str) {

0 commit comments

Comments
 (0)