Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions crates/proc-macro-srv/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub struct Foo {
GROUP [] 1 1 1
IDENT 1 doc
PUNCT 1 = [alone]
LITER 1 Str / The domain where this federated instance is running
LITER 1 Str The domain where this federated instance is running
PUNCT 1 # [joint]
GROUP [] 1 1 1
IDENT 1 helper
Expand Down Expand Up @@ -120,7 +120,7 @@ pub struct Foo {
GROUP [] 1 1 1
IDENT 1 doc
PUNCT 1 = [alone]
LITER 1 Str / The domain where this federated instance is running
LITER 1 Str The domain where this federated instance is running
PUNCT 1 # [joint]
GROUP [] 1 1 1
IDENT 1 helper
Expand Down Expand Up @@ -156,7 +156,7 @@ pub struct Foo {
GROUP [] 42:Root[0000, 0]@0..0#0 42:Root[0000, 0]@0..0#0 42:Root[0000, 0]@0..0#0
IDENT 42:Root[0000, 0]@0..0#0 doc
PUNCT 42:Root[0000, 0]@0..0#0 = [alone]
LITER 42:Root[0000, 0]@75..130#0 Str / The domain where this federated instance is running
LITER 42:Root[0000, 0]@75..130#0 Str The domain where this federated instance is running
PUNCT 42:Root[0000, 0]@135..136#0 # [joint]
GROUP [] 42:Root[0000, 0]@136..137#0 42:Root[0000, 0]@157..158#0 42:Root[0000, 0]@136..158#0
IDENT 42:Root[0000, 0]@137..143#0 helper
Expand Down Expand Up @@ -192,7 +192,7 @@ pub struct Foo {
GROUP [] 42:Root[0000, 0]@0..0#0 42:Root[0000, 0]@0..0#0 42:Root[0000, 0]@0..0#0
IDENT 42:Root[0000, 0]@0..0#0 doc
PUNCT 42:Root[0000, 0]@0..0#0 = [alone]
LITER 42:Root[0000, 0]@75..130#0 Str / The domain where this federated instance is running
LITER 42:Root[0000, 0]@75..130#0 Str The domain where this federated instance is running
PUNCT 42:Root[0000, 0]@135..136#0 # [joint]
GROUP [] 42:Root[0000, 0]@136..137#0 42:Root[0000, 0]@157..158#0 42:Root[0000, 0]@136..158#0
IDENT 42:Root[0000, 0]@137..143#0 helper
Expand Down
Loading
Loading