Skip to content
Merged
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
2 changes: 1 addition & 1 deletion tonic-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
```

Then you can reference the generated Rust like this this in your code:
Then you can reference the generated Rust like this in your code:
```rust,ignore
pub mod api {
tonic::include_proto!("google.pubsub.v1");
Expand Down
2 changes: 1 addition & 1 deletion tonic-protobuf-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
```

Then you can reference the generated Rust like this this in your code:
Then you can reference the generated Rust like this in your code:
```rust,ignore
mod protos {
// Include message code.
Expand Down
Loading