Update 24.01.2024

This commit is contained in:
Kristofers Solo
2024-01-24 21:28:12 +02:00
parent f37a67d62f
commit 5f7013e770
105 changed files with 3389 additions and 2488 deletions

View File

@@ -14,13 +14,12 @@ ls.add_snippets("rust", {
"modtest",
fmt(
[[
#[cfg(test)]
mod tests {{
use super::*;
{}
}}
]],
#[cfg(test)]
mod tests {{
use super::*;
{}
}}
]],
{
i(1),
}