Skip to content

Commit 1a5dbc7

Browse files
committed
Add link to GAT PR
1 parent de58088 commit 1a5dbc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/display.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ use std::path::{self, Path, PathBuf};
33

44
#[doc(hidden)]
55
pub trait AsDisplay<'a> {
6+
// TODO: convert to generic associated type.
7+
// https://github.com/dtolnay/thiserror/pull/253
68
type Target: Display;
79

810
fn as_display(&'a self) -> Self::Target;

0 commit comments

Comments
 (0)