Adding traces

This commit is contained in:
elvis
2025-08-21 21:43:54 +02:00
parent c58597389d
commit 064bddbddc
2 changed files with 177 additions and 110 deletions

View File

@ -41,7 +41,7 @@ impl From<Vec<IdType>> for RSset {
}
impl RSset {
pub fn new() -> Self {
pub const fn new() -> Self {
RSset {
identifiers: BTreeSet::new(),
}