Fix formatting
Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
This commit is contained in:
parent
c38870a3a0
commit
c594288544
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
|||
// pv ~/Downloads/enwiki-NS0-20230401-ENTERPRISE-HTML.json.tar.gz | tar xzO | cargo run --release > /dev/null
|
||||
|
||||
use serde::Deserialize;
|
||||
use std::{
|
||||
io::{self, stdin, BufRead, BufReader, Write},
|
||||
};
|
||||
use std::io::{self, stdin, BufRead, BufReader, Write};
|
||||
|
||||
#[derive(Deserialize)]
|
||||
struct Page {
|
||||
|
|
Loading…
Add table
Reference in a new issue