Incorporate dyn into more comments and docs.
This commit is contained in:
parent
7a0cef74a8
commit
033cbfec4d
9 changed files with 19 additions and 18 deletions
|
|
@ -8,7 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// Ensure that both `Box<Error + Send + Sync>` and `Box<Error>` can be obtained from `String`.
|
||||
// Ensure that both `Box<dyn Error + Send + Sync>` and `Box<dyn Error>` can be
|
||||
// obtained from `String`.
|
||||
|
||||
use std::error::Error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue