Fix a test target
This commit is contained in:
parent
4720462e67
commit
4436508712
@ -224,9 +224,12 @@ impl Foo {
|
||||
if attr.check_name("doc") {
|
||||
if let Some(mi) = attr.meta() {
|
||||
if let Some(value) = mi.value_str() {
|
||||
doc_strings.push(
|
||||
DocFragment::Include(line, attr.span, filename, contents),
|
||||
);
|
||||
doc_strings.push(DocFragment::Include(
|
||||
line,
|
||||
attr.span,
|
||||
filename,
|
||||
contents,
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user