Skip to content

Commit

Permalink
pb-rust: fix broken docstring example (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Leightcap <[email protected]>
  • Loading branch information
jleightcap committed Aug 7, 2023
1 parent 88fe2fb commit 4b0e271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: |
cd gen/pb-rust
cargo test --tests
cargo test
2 changes: 1 addition & 1 deletion gen/pb-rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
///
/// prefixing works,
///
/// ```rust
/// ```ignore
/// mod CertificateIdentity {
/// schemafy::schemafy!("schemas/CertificateIdentity.shema.json")
/// }
Expand Down

0 comments on commit 4b0e271

Please sign in to comment.