Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/quote.rs')
| -rw-r--r-- | crates/hir-expand/src/quote.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-expand/src/quote.rs b/crates/hir-expand/src/quote.rs index 04b427e8b4..824f3c3e8f 100644 --- a/crates/hir-expand/src/quote.rs +++ b/crates/hir-expand/src/quote.rs @@ -1,4 +1,5 @@ //! A simplified version of quote-crate like quasi quote macro +#![allow(clippy::crate_in_macro_def)] use span::Span; use syntax::format_smolstr; |