mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-05 18:15:49 +02:00
Make User pub to avoid unused code warnings when running tests (#822)
This commit is contained in:
parent
a311edb3fb
commit
0202ba2fc9
@ -1,4 +1,4 @@
|
||||
struct User {
|
||||
pub struct User {
|
||||
name: String,
|
||||
age: u32,
|
||||
weight: f32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user