diff options
Diffstat (limited to 'cli/clippy.toml')
-rw-r--r-- | cli/clippy.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/clippy.toml b/cli/clippy.toml index c4afef17c..e20c56c47 100644 --- a/cli/clippy.toml +++ b/cli/clippy.toml @@ -4,3 +4,6 @@ disallowed-methods = [ disallowed-types = [ { path = "reqwest::Client", reason = "use crate::http_util::HttpClient instead" }, ] +ignore-interior-mutability = [ + "lsp_types::Uri", +] |