about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorkoka <koka.code@gmail.com>2022-10-25 12:26:06 +0900
committerkoka <koka.code@gmail.com>2022-10-25 12:26:06 +0900
commit6efb3a2b9ac9e0477b6b222c051c15c98233b424 (patch)
tree59803d1fa1e3bff41d26d23d6245f867cf6c34fa /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent6f16596b6a8fa00395c0fef529225a2093a5a6ac (diff)
downloadrust-6efb3a2b9ac9e0477b6b222c051c15c98233b424.tar.gz
rust-6efb3a2b9ac9e0477b6b222c051c15c98233b424.zip
feat: add new lint `seek_from_current`
addresses https://github.com/rust-lang/rust-clippy/issues/7886
added `seek_from_current` complexity lint.
it checks use of `Seek#seek` with `SeekFrom::Current(0)` and
suggests `Seek#stream_position` method

fix: add msrv

fix: register LintInfo

fix: remove unnecessary files

fix: add test for msrv

fix: remove

fix

fix: remove docs
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions