Skip to content

Commit 0bf5e29

Browse files
dswijseanmonstar
authored andcommitted
chore: update rustdoc edition to 2021
1 parent 5034b20 commit 0bf5e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_guides.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ EOF
3030

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

3636
if [ -n "$1" ]; then

0 commit comments

Comments
 (0)