mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Format components atoms #21373
This commit is contained in:
parent
25ebde78aa
commit
8badac82db
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ use std::io::{BufReader, BufRead};
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let static_atoms = Path::new(&env::var_os("CARGO_MANIFEST_DIR").unwrap()).join("static_atoms.txt");
|
let static_atoms =
|
||||||
|
Path::new(&env::var_os("CARGO_MANIFEST_DIR").unwrap()).join("static_atoms.txt");
|
||||||
let static_atoms = BufReader::new(File::open(&static_atoms).unwrap());
|
let static_atoms = BufReader::new(File::open(&static_atoms).unwrap());
|
||||||
let mut atom_type = string_cache_codegen::AtomType::new("Atom", "atom!");
|
let mut atom_type = string_cache_codegen::AtomType::new("Atom", "atom!");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue