Fix member struct new() implementation #8

Closed
opened 2023-08-17 10:34:26 -04:00 by FrogWithACoolHat · 1 comment

Change pub impl member_name { fn new() -> Self { todo!() } to impl member_name { pub fn new() -> Self { todo!() }

Change pub impl member_name { fn new() -> Self { todo!() } to impl member_name { pub fn new() -> Self { todo!() }
Author
Owner

Fixed with eabdd04278

Fixed with eabdd04278
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FrogWithACoolHat/RustXMLParseTest#8
No description provided.