Skip to content

Commit

Permalink
chore: reuse compliance
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hilgers <[email protected]>
  • Loading branch information
fhilgers committed Dec 18, 2024
1 parent 7758428 commit d1c0bf2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rust/backend/daemon/src/symbols/actors.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Felix Hilgers <[email protected]>
//
// SPDX-License-Identifier: MIT

use std::{io, marker::PhantomData, sync::Arc};

use tantivy::{collector::TopDocs, doc, query::QueryParser, schema::{Field, Value}, Index, IndexWriter, TantivyDocument};
Expand Down
1 change: 0 additions & 1 deletion rust/backend/daemon/src/symbols/index.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// SPDX-FileCopyrightText: 2024 Benedikt Zinn <[email protected]>
// SPDX-FileCopyrightText: 2024 Felix Hilgers <[email protected]>
// SPDX-FileCopyrightText: 2024 Robin Seidl <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions rust/backend/daemon/src/symbols/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-FileCopyrightText: 2024 Benedikt Zinn <[email protected]>
// SPDX-FileCopyrightText: 2024 Felix Hilgers <[email protected]>
// SPDX-FileCopyrightText: 2024 Robin Seidl <[email protected]>
//
// SPDX-License-Identifier: MIT
Expand Down
4 changes: 4 additions & 0 deletions rust/backend/daemon/src/symbols/symbolizer.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Felix Hilgers <[email protected]>
//
// SPDX-License-Identifier: MIT

use std::{io, path::Path};

use fmmap::tokio::{AsyncMmapFile, AsyncMmapFileExt};
Expand Down
4 changes: 4 additions & 0 deletions rust/backend/daemon/src/symbols/walking.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Felix Hilgers <[email protected]>
//
// SPDX-License-Identifier: MIT

use std::{ffi::OsStr, path::{Path, PathBuf}};

use async_walkdir::{DirEntry, Error, WalkDir};
Expand Down

0 comments on commit d1c0bf2

Please sign in to comment.