docs: fix failing doctest
This commit is contained in:
@@ -4,7 +4,8 @@ use crate::assembler::model::{Node, Opcode, Symbol, Token};
|
|||||||
/// Parse DSA assembly code with optional formatting
|
/// Parse DSA assembly code with optional formatting
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
/// ```
|
/// ```rs
|
||||||
|
/// use assembler::macros::dsa;
|
||||||
/// // With formatting:
|
/// // With formatting:
|
||||||
/// let nodes = dsa!(hash, "mov r1, {}", 42)?;
|
/// let nodes = dsa!(hash, "mov r1, {}", 42)?;
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user