Skip to content

Commit 8357930

Browse files
YBoy-gitserprex
andauthored
Remove resolved TODO
Co-authored-by: Philip Dubé <[email protected]>
1 parent 43c5d83 commit 8357930

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

derive/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ fn column_names(data: &DataStruct, cx: &Ctxt, container: &Container) -> TokenStr
5555

5656
// TODO: support wrappers `Wrapper(Inner)` and `Wrapper<T>(T)`.
5757
// TODO: support the `nested` attribute.
58-
// TODO: support the `crate` attribute.
5958
#[proc_macro_derive(Row, attributes(row))]
6059
pub fn row(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
6160
let input = parse_macro_input!(input as DeriveInput);

0 commit comments

Comments
 (0)