about summary refs log tree commit diff
path: root/clippy_lints/src/option_env_unwrap.rs
AgeCommit message (Expand)AuthorLines
2024-07-07Simplify `option_env_unwrap`.Jason Newcomb-18/+6
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-02Format let-chains across the code basePhilipp Krones-10/+13
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-17/+22
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-3/+3
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-2/+2
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-6/+5
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-2/+2
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2020-06-10Update Clippy for MethodCall changesAaron Hill-1/+1
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-0/+1
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+1
2020-02-09Allow `option-env-unwrap` within external macrosKrishna Sai Veera Reddy-2/+0
2020-02-09Account for `expect` being used to unwrap `Option`Krishna Sai Veera Reddy-2/+3
2020-02-08Add `option-env-unwrap` lintKrishna Sai Veera Reddy-0/+55