about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/format.rs
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-03-28 11:03:48 +0300
committerklensy <klensy@users.noreply.github.com>2024-03-28 11:04:39 +0300
commitb6cfe71f3891db6b7883fc31a8acc37c4f13c8ec (patch)
tree72febbd6dfaef62ae46ea429605d6afe056744e6 /compiler/rustc_builtin_macros/src/format.rs
parentbf476417265d23e9a3371cb0901039b3b1335312 (diff)
downloadrust-b6cfe71f3891db6b7883fc31a8acc37c4f13c8ec.tar.gz
rust-b6cfe71f3891db6b7883fc31a8acc37c4f13c8ec.zip
compiler: fix some clippy needless_pass_by_ref_mut
warning: this argument is a mutable reference, but not used mutably
    --> compiler\rustc_session\src\config.rs:2111:20
     |
2111 |     unstable_opts: &mut UnstableOptions,
     |                    ^^^^^^^^^^^^^^^^^^^^ help: consider changing to: `&UnstableOptions`
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut
Diffstat (limited to 'compiler/rustc_builtin_macros/src/format.rs')
0 files changed, 0 insertions, 0 deletions