Ignore non-compiling example, instead of `no_run`'ing it.'

This commit is contained in:
Marc Brinkmann 2018-10-30 10:24:31 +01:00
parent fb3937e741
commit 5d1bca0914
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ impl<S> SessionIdT for S where S: Display + Serialize + Send + Sync + Clone {}
/// through `let _ = ...` or similar constructs, the implicit assumption should explicitly be
/// checked instead:
///
/// ```rust,no_run
/// ```ignore
/// assert!(alg.propose(123).expect("Could not propose value").is_empty(),
/// "Algorithm will never output anything on first proposal");
/// ```