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.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ globset = "0.4"
# The Rust source parser behind every per-file item, function-length, and
# complexity metric. `full` is required to see function bodies; `visit` gives
# the AST walker the analyzers are written against.
syn = { version = "2", default-features = false, features = [
syn = { version = "3", default-features = false, features = [
"full",
"parsing",
"visit",
Expand Down
Loading