Skip to content

Commit

Permalink
Clippy & fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 1, 2025
1 parent 7ce7aa2 commit 3b8277a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions swiftide-core/src/prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
//! # }
//! ```
use anyhow::{Context as _, Result};

Check failure on line 34 in swiftide-core/src/prompt.rs

View workflow job for this annotation

GitHub Actions / Lint

unused import: `Context`
use lazy_static::lazy_static;
use tera::Tera;

Check failure on line 35 in swiftide-core/src/prompt.rs

View workflow job for this annotation

GitHub Actions / Lint

unused import: `tera::Tera`
use tokio::sync::RwLock;
use uuid::Uuid;

use crate::{node::Node, template::Template};

Expand Down

0 comments on commit 3b8277a

Please sign in to comment.