Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ wildcard_imports = "allow"
trivially_copy_pass_by_ref = "allow"
unused_self = "allow"

# Theese seem to be ok to ignore for now
# These seem to be ok to ignore for now
enum_glob_use = "allow"
too_many_lines = "allow"

Expand Down
2 changes: 1 addition & 1 deletion ci/no-includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# We make an exception for stdarg.h which is used for
# the wrapped va_list feature. stdarg.h is available since C89
# therefor not having this header is a sign of a bigger issue.
# therefore not having this header is a sign of a bigger issue.

set -eu
cd "$(dirname "$0")/.."
Expand Down