Skip to content

Commit

Permalink
inserting stupid slash so that docs compiler shuts up
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 5, 2025
1 parent f0f42cb commit 4987b01
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ use dep::protocol_types::{constants::INITIALIZATION_SLOT_SEPARATOR, traits::Pack
/// use std::meta::derive;
///
/// #[derive(Eq, Packable)]
/// pub struct Config {
/// pub struct Config \{
/// pub address_1: AztecAddress,
/// pub value_1: U128,
/// pub value_2: u64,
/// ...
/// }
/// ```
///
// docs:start:public_immutable_struct
pub struct PublicImmutable<T, Context> {
Expand Down

0 comments on commit 4987b01

Please sign in to comment.