Skip to content

Commit

Permalink
chore(clippy): Fix doc_lazy_continuation lint (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed May 27, 2024
1 parent c904ac3 commit 74fa09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-syntax/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! FTL resources can be parsed using one of two methods:
//! * [`parse`] - parses an input into a complete Abstract Syntax Tree representation with all source information preserved.
//! * [`parse_runtime`] - parses an input into a runtime optimized Abstract Syntax Tree
//! representation with comments stripped.
//! representation with comments stripped.
//!
//! # Example
//!
Expand Down

0 comments on commit 74fa09f

Please sign in to comment.