Improve naming in iced_selector crate
This commit is contained in:
parent
59e2687146
commit
299eb54d6f
12 changed files with 235 additions and 219 deletions
|
|
@ -112,7 +112,7 @@ use std::path::Path;
|
|||
/// an [`Emulator`] of the given [`Program`](program::Program).
|
||||
///
|
||||
/// Remember that an [`Emulator`] executes the real thing! Side effects _will_
|
||||
/// be performed. It is up to you to ensure your tests have reproducible environments
|
||||
/// take place. It is up to you to ensure your tests have reproducible environments
|
||||
/// by leveraging [`Preset`][program::Preset].
|
||||
pub fn run(
|
||||
program: impl program::Program + 'static,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue