You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-26 10:41:01 +02:00
Make User pub to avoid unused code warnings when running tests (#822)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
struct User {
|
||||
pub struct User {
|
||||
name: String,
|
||||
age: u32,
|
||||
weight: f32,
|
||||
|
Reference in New Issue
Block a user