mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
Fix Into conversion involving generic remote derive with getter
This commit is contained in:
@@ -80,6 +80,7 @@ mod remote {
|
||||
}
|
||||
|
||||
impl<T> StructGeneric<T> {
|
||||
#[allow(dead_code)]
|
||||
pub fn get_value(&self) -> &T {
|
||||
&self.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user