Update E0785.md

This commit is contained in:
Michael Howell 2021-08-30 22:18:55 -07:00 committed by GitHub
parent 026322c34b
commit 435cdd0f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,5 @@ trait PrincipalTrait {}
auto trait AutoTrait {}
impl dyn (PrincipalTrait + AutoTrait + Send) {}
impl dyn PrincipalTrait + AutoTrait + Send {}
```