Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
louisfd committed Sep 12, 2024
1 parent b409bc5 commit 6973697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cubecl-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod statement;
///
/// # Example
///
/// ```
/// ```ignored
/// # use cubecl_macros::cube;
/// #[cube]
/// fn my_addition(a: u32, b: u32) -> u32 {
Expand Down Expand Up @@ -100,7 +100,7 @@ pub fn module_derive_cube_type(input: TokenStream) -> TokenStream {
/// and using it verbatim
///
/// # Example
/// ```
/// ```ignored
/// #use cubecl_macros::cube;
/// #fn some_rust_function(a: u32) -> u32 {}
/// #[cube]
Expand Down

0 comments on commit 6973697

Please sign in to comment.