Skip to content

Commit 74fa09f

Browse files
chore(clippy): Fix doc_lazy_continuation lint (#362)
1 parent c904ac3 commit 74fa09f

File tree

1 file changed

+1
-1
lines changed
  • fluent-syntax/src/parser

1 file changed

+1
-1
lines changed

fluent-syntax/src/parser/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! FTL resources can be parsed using one of two methods:
44
//! * [`parse`] - parses an input into a complete Abstract Syntax Tree representation with all source information preserved.
55
//! * [`parse_runtime`] - parses an input into a runtime optimized Abstract Syntax Tree
6-
//! representation with comments stripped.
6+
//! representation with comments stripped.
77
//!
88
//! # Example
99
//!

0 commit comments

Comments
 (0)