diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 221136f..02dea8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,6 +145,7 @@ jobs: rustdoc: strategy: + fail-fast: false matrix: crate: - arcane-core diff --git a/codegen/impl/src/es/event/impl_enum.rs b/codegen/impl/src/es/event/impl_enum.rs index 4ee1915..e7240cf 100644 --- a/codegen/impl/src/es/event/impl_enum.rs +++ b/codegen/impl/src/es/event/impl_enum.rs @@ -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;