File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ where
136
136
///
137
137
/// ```no_run
138
138
/// # use cambridge_asm::make_io;
139
- /// # use cambridge_asm::parse::{ErrorMap, Extended , jit};
139
+ /// # use cambridge_asm::parse::{ErrorMap, DefaultSet , jit};
140
140
///
141
141
/// # fn foo(s: String) -> Result<(), ErrorMap> {
142
- /// let exec = jit::<Extended >(s, make_io!())?;
142
+ /// let exec = jit::<DefaultSet >(s, make_io!())?;
143
143
/// # Ok(())
144
144
/// # }
145
145
/// ```
@@ -178,10 +178,10 @@ where
178
178
///
179
179
/// ```no_run
180
180
/// # use cambridge_asm::make_io;
181
- /// # use cambridge_asm::parse::{ErrorMap, Extended , jit_from_file};
181
+ /// # use cambridge_asm::parse::{ErrorMap, DefaultSet , jit_from_file};
182
182
///
183
183
/// # fn foo(path: String) -> Result<(), ErrorMap> {
184
- /// let exec = jit_from_file::<Extended >(path, make_io!())?;
184
+ /// let exec = jit_from_file::<DefaultSet >(path, make_io!())?;
185
185
/// # Ok(())
186
186
/// # }
187
187
/// ```
You can’t perform that action at this time.
0 commit comments