Skip to content

Commit b2ea704

Browse files
authored
Merge pull request #67 from skaunov/master
Update `Meta` in `builder` 07 test
2 parents 7303977 + 73c4bd5 commit b2ea704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/tests/07-repeated-field.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
// Resources:
2727
//
2828
// - Relevant syntax tree types:
29-
// https://docs.rs/syn/1.0/syn/struct.Attribute.html
30-
// https://docs.rs/syn/1.0/syn/enum.Meta.html
29+
// https://docs.rs/syn/2.0/syn/struct.Attribute.html
3130

3231
use derive_builder::Builder;
3332

0 commit comments

Comments
 (0)