Skip to content

Commit

Permalink
Make rustdoc linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 7, 2023
1 parent 04e3a9c commit 88ebf1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:

rustdoc:
strategy:
fail-fast: false
matrix:
crate:
- arcane-core
Expand Down
4 changes: 1 addition & 3 deletions codegen/impl/src/es/event/impl_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,8 @@ impl Definition {
}

/// Generates non-public machinery code used to statically check whether all
/// the [`Event::name`][0]s and [`event::Revisable::revision`]s pairs
/// the [`Event::name`]s and [`event::Revisable::revision`]s pairs
/// correspond to a single Rust type.
///
/// [0]: event::Event::name
#[must_use]
pub fn gen_uniqueness_assertion(&self) -> TokenStream {
let ty = &self.ident;
Expand Down

0 comments on commit 88ebf1e

Please sign in to comment.