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 cd81f8f commit 09d7704Copy full SHA for 09d7704
src/lib.rs
@@ -180,6 +180,11 @@
180
//! assert_eq!((diagnostics[0].range()), (Some(52..60)));
181
//! assert_eq!((diagnostics[0].line(), diagnostics[0].column()), (Some(7), Some(12)));
182
//! ```
183
+//!
184
+//! # Features
185
186
+//! * `serde`: Add support for serializing key types with [`serde`](https://serde.rs/).
187
+//! * `cli`: Build the CLI.
188
pub(crate) mod ast;
189
pub(crate) mod diagnostic;
190
pub(crate) mod linter;
0 commit comments