You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-02 17:33:34 +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