Add SPDX header to wurstsalat_generator_pro/substrings.rs
Some checks failed
build / binary (push) Has been cancelled
build / binary-static (x86_64-linux) (push) Has been cancelled
build / container (push) Has been cancelled
build / clippy (push) Has been cancelled
documentation / documentation (push) Has been cancelled
lint / linting (push) Has been cancelled
documentation / notification (push) Has been cancelled

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2025-02-10 18:31:36 +01:00
parent d2f23ec9c8
commit 1c24174e8f
No known key found for this signature in database

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2025 @iadd
// SPDX-FileContributor: @iadd
//
// SPDX-License-Identifier: MIT
use std::{collections::HashMap, str::CharIndices}; use std::{collections::HashMap, str::CharIndices};
#[derive(Copy, Clone, Debug, Default, PartialEq, Eq, Hash)] #[derive(Copy, Clone, Debug, Default, PartialEq, Eq, Hash)]