Skip to content

Commit

Permalink
refact: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed May 14, 2024
1 parent c7e3f4c commit 21b1732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhang-cli/src/opendal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::str::FromStr;

use async_recursion::async_recursion;
use beancount::Beancount;
use log::{debug, error, info};
use log::{debug, info};
use opendal::services::{Fs, Github, Webdav};
use opendal::{ErrorKind, Operator};
use zhang_ast::{Directive, Include, SpanInfo, Spanned, ZhangString};
Expand Down

0 comments on commit 21b1732

Please sign in to comment.