We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dbd09 commit 87f3a86Copy full SHA for 87f3a86
crates/pg_analyse/src/categories.rs
@@ -55,7 +55,7 @@ impl ActionCategory {
55
///
56
/// ```
57
/// use std::borrow::Cow;
58
- /// use biome_analyze::{ActionCategory, RefactorKind};
+ /// use pg_analyse::{ActionCategory, RefactorKind};
59
60
/// assert!(ActionCategory::QuickFix(Cow::from("quickfix")).matches("quickfix"));
61
0 commit comments