Skip to content

Commit

Permalink
chore: update rustdoc edition to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij authored and seanmonstar committed Feb 28, 2024
1 parent 5034b20 commit 0bf5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_guides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EOF

test_file() {
echo "Testing: $f"
rustdoc --edition 2018 --test $1 -L "$value/target/debug/deps"
rustdoc --edition 2021 --test $1 -L "$value/target/debug/deps"
}

if [ -n "$1" ]; then
Expand Down

0 comments on commit 0bf5e29

Please sign in to comment.