We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82911a2 commit 74a5f30Copy full SHA for 74a5f30
Cargo.toml
@@ -81,7 +81,7 @@ wildcard_imports = "allow"
81
trivially_copy_pass_by_ref = "allow"
82
unused_self = "allow"
83
84
-# Theese seem to be ok to ignore for now
+# These seem to be ok to ignore for now
85
enum_glob_use = "allow"
86
too_many_lines = "allow"
87
ci/no-includes.sh
@@ -4,7 +4,7 @@
4
#
5
# We make an exception for stdarg.h which is used for
6
# the wrapped va_list feature. stdarg.h is available since C89
7
-# therefor not having this header is a sign of a bigger issue.
+# therefore not having this header is a sign of a bigger issue.
8
9
set -eu
10
cd "$(dirname "$0")/.."
0 commit comments