Skip to content

Commit 91569b3

Browse files
committed
fix(docs): use public path for SmallString in doctest
1 parent e008ce1 commit 91569b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/feedparser-rs-core/src/types/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use std::sync::Arc;
1616
/// # Examples
1717
///
1818
/// ```
19-
/// use feedparser_rs::types::common::SmallString;
19+
/// use feedparser_rs::types::SmallString;
2020
///
2121
/// let s: SmallString = "en-US".into();
2222
/// assert_eq!(s.as_str(), "en-US");

0 commit comments

Comments
 (0)