chore: clippy
This commit is contained in:
parent
b4a8084350
commit
7798d556bc
@ -1,6 +1,5 @@
|
|||||||
use std::{
|
use std::{
|
||||||
collections::{BTreeSet, HashMap, HashSet},
|
collections::{BTreeSet, HashMap, HashSet},
|
||||||
error::Error,
|
|
||||||
fs,
|
fs,
|
||||||
path::Path,
|
path::Path,
|
||||||
sync::OnceLock,
|
sync::OnceLock,
|
||||||
@ -8,10 +7,7 @@ use std::{
|
|||||||
|
|
||||||
use toml::{Table, Value};
|
use toml::{Table, Value};
|
||||||
use tracing::{info, warn};
|
use tracing::{info, warn};
|
||||||
use typst::{
|
use typst::foundations::{Func, NativeFunc, func};
|
||||||
foundations::{Content, Func, NativeElement, NativeFunc, func},
|
|
||||||
text::TextElem,
|
|
||||||
};
|
|
||||||
|
|
||||||
use crate::AppConfig;
|
use crate::AppConfig;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user