Skip to content

Commit 73c4bd5

Browse files
committed
Update Meta in builder 07 test
Current (`^2.0.0`) version of `Attribute` doc explains `Meta` pretty well
1 parent 7303977 commit 73c4bd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/tests/07-repeated-field.rs

Lines changed: 1 addition & 2 deletions
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)