about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-03-01 17:51:29 +0100
committerGitHub <noreply@github.com>2024-03-01 17:51:29 +0100
commit58825b4ea9354ab4e78ae96a1b0942d33c9db4ab (patch)
tree202471ec72342f7724ad9b63345f49071d9d2e4d /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentdcde08f21c151989cb5fb10ad60c25f4dbe36212 (diff)
parent748c6151be9906c8bc201fa79b8d1d49715968b2 (diff)
downloadrust-58825b4ea9354ab4e78ae96a1b0942d33c9db4ab.tar.gz
rust-58825b4ea9354ab4e78ae96a1b0942d33c9db4ab.zip
Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister
make unused_imports less assertive in test modules

closes #121502

This is a fairly small change and I used the fix suggested in the example expected error message.
Not sure if I should've rather used the alternatives but this one seems the most descriptive.

Some alternatives:
- if this is meant to be a test module, add `#[cfg(test)]` to the containing module
- try adding #[cfg(test)] to this test module
- consider adding #[allow(unused_imports)] if you want to silent the lint on the unused import
- consider removing the unused import
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions