Skip to content

Commit

Permalink
Merge #291
Browse files Browse the repository at this point in the history
291: Fix doctest failure r=taiki-e a=taiki-e



Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
bors[bot] and taiki-e authored Oct 5, 2020
2 parents a62d392 + ca445a7 commit 6e2ae07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pin-project-internal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ use proc_macro::TokenStream;
/// ```rust
/// struct MyStruct {}
/// trait MyStructMustNotImplDrop {}
/// # #[allow(unknown_lints, drop_bounds)]
/// impl<T: Drop> MyStructMustNotImplDrop for T {}
/// impl MyStructMustNotImplDrop for MyStruct {}
/// ```
Expand Down

0 comments on commit 6e2ae07

Please sign in to comment.