This commit is contained in:
Dominik Maier 2022-10-24 03:32:16 +02:00 committed by GitHub
parent 663a33168e
commit de99ee1340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -617,7 +617,7 @@ impl CommandExecutorBuilder {
/// EM::State: UsesInput,
/// EM::Input: HasTargetBytes
/// {
/// MyExecutor.into_executor((), None, None, None)
/// MyExecutor.into_executor(())
/// }
/// ```