Incorporate dyn into more comments and docs.

This commit is contained in:
Corey Farwell 2018-11-20 09:34:15 -05:00
parent 7a0cef74a8
commit 033cbfec4d
9 changed files with 19 additions and 18 deletions

View file

@ -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;