We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8714337 commit 1657291Copy full SHA for 1657291
1 file changed
src/pipeline.rs
@@ -81,7 +81,7 @@ pub fn build_graphs(
81
}
82
83
/// Read file line by line. Pass every valid line to handler for parsing.
84
-fn read_file<F>(filepath: &String, log_every: u64, mut line_handler: F)
+fn read_file<F>(filepath: &str, log_every: u64, mut line_handler: F)
85
where
86
F: FnMut(&str),
87
{
0 commit comments