Skip to content

Commit 78372d7

Browse files
SersemPecaalehander92
authored andcommitted
chore: Make clippy happy
1 parent 0811e8d commit 78372d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,5 +660,4 @@ if any, to sign a "copyright disclaimer" for the program, if necessary.
660660
For more information on this, and how to apply and follow the GNU AGPL, see
661661
<https://www.gnu.org/licenses/>.
662662

663-
The wasm-sysroot is copied from the tree-sitter repo.
664-
<https://github.com/tree-sitter/tree-sitter>.
663+
The wasm-sysroot is copied from the tree-sitter repo: (https://github.com/tree-sitter/tree-sitter) : specifically https://github.com/tree-sitter/tree-sitter/tree/master/crates/language/wasm/include. The C headers there are a modified version of glibc headers, which are originally under LGPL license.

src/db-backend/src/trace_processor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#[cfg(feature = "io-transport")]
22
use expanduser::expanduser;
3-
use vfs::VfsPath;
43

54
use std::collections::HashMap;
65
use std::error::Error;

0 commit comments

Comments
 (0)