diff options
Diffstat (limited to '')
-rw-r--r-- | crates/yt/tests/subscriptions/mod.rs (renamed from yt/src/constants.rs) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yt/src/constants.rs b/crates/yt/tests/subscriptions/mod.rs index 54cae89..0b300c5 100644 --- a/yt/src/constants.rs +++ b/crates/yt/tests/subscriptions/mod.rs @@ -1,6 +1,6 @@ // yt - A fully featured command line YouTube client // -// Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> // SPDX-License-Identifier: GPL-3.0-or-later // // This file is part of Yt. @@ -8,4 +8,5 @@ // You should have received a copy of the License along with this program. // If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -pub const HELP_STR: &str = include_str!("./select/selection_file/help.str"); +mod import_export; +mod naming_subscriptions; |