Skip to content

Commit 9b57a91

Browse files
committed
remove testing code
1 parent 53f78b9 commit 9b57a91

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/opml.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ impl From<ImportedFeed> for Feed {
9393

9494
type ImportResult = Result<Vec<(Option<String>, Vec<ImportedFeed>)>>;
9595

96-
pub fn from_str(input: &str) -> ImportResult {
97-
let reader = Reader::from_str(input);
98-
from_reader(reader)
99-
}
100-
10196
pub fn from_file(path: &Path) -> ImportResult {
10297
let reader = Reader::from_file(&path)?;
10398
from_reader(reader)

0 commit comments

Comments
 (0)