Small clarification

This commit is contained in:
2025-01-26 23:50:41 -05:00
parent 8b1835d0c4
commit 2e6028f861

View File

@@ -26,7 +26,7 @@ path = "src/nytedb/main.rs"
# Make the all group denied
all = { level = "deny", priority = -1 }
# Ignored pedantic warnings
# Ignored some pedantic warnings
must_use_candidate = { level = "allow", priority = 1 }
module_name_repetitions = { level = "allow", priority = 1 }
missing_errors_doc = { level = "allow", priority = 1 }