generated from OBJNULL/Dockerized-Rust
Removed test line
This commit is contained in:
parent
92a666d9bc
commit
8c18164dbd
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ fn main() -> Result<()> {
|
||||||
// Creating a File Reader & Reading
|
// Creating a File Reader & Reading
|
||||||
let reader = Reader::new(&args.file_input.clone())?;
|
let reader = Reader::new(&args.file_input.clone())?;
|
||||||
let text = reader.extract();
|
let text = reader.extract();
|
||||||
println!("Text Content: {}", text.clone());
|
|
||||||
|
|
||||||
// Creating a Parser to read the Text Content
|
// Creating a Parser to read the Text Content
|
||||||
let mut parser = Parser::new(text);
|
let mut parser = Parser::new(text);
|
||||||
|
|
Loading…
Reference in a new issue