Skip to content

Commit 09d7704

Browse files
committed
Document crate features
1 parent cd81f8f commit 09d7704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
//! assert_eq!((diagnostics[0].range()), (Some(52..60)));
181181
//! assert_eq!((diagnostics[0].line(), diagnostics[0].column()), (Some(7), Some(12)));
182182
//! ```
183+
//!
184+
//! # Features
185+
//!
186+
//! * `serde`: Add support for serializing key types with [`serde`](https://serde.rs/).
187+
//! * `cli`: Build the CLI.
183188
pub(crate) mod ast;
184189
pub(crate) mod diagnostic;
185190
pub(crate) mod linter;

0 commit comments

Comments
 (0)