Skip to content

Commit 5dada87

Browse files
committed
clippy
1 parent 25e17c4 commit 5dada87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/src/ide/vscode.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use indoc::formatdoc;
21
// Copyright (C) 2025 Bryan A. Jones.
32
//
43
// This file is part of the CodeChat Editor. The CodeChat Editor is free
@@ -17,9 +16,6 @@ use indoc::formatdoc;
1716
/// `vscode.rs` -- Implement server-side functionality for the Visual Studio
1817
/// Code IDE
1918
/// ========================================================================
20-
// Modules
21-
// -------
22-
2319
// Imports
2420
// -------
2521
// ### Standard library
@@ -31,6 +27,7 @@ use actix_web::{
3127
error::{Error, ErrorBadRequest},
3228
get, web,
3329
};
30+
use indoc::formatdoc;
3431
use log::{debug, error};
3532

3633
// ### Local

0 commit comments

Comments
 (0)