clean up/add comments (#23727)
This commit is contained in:
committed by
GitHub
parent
2f58c9e501
commit
342f1ab1cb
@@ -410,7 +410,7 @@ lazy_static! {
|
||||
|
||||
impl AbiExample for &Vec<u8> {
|
||||
fn example() -> Self {
|
||||
info!("AbiExample for (&Vec<T>): {}", type_name::<Self>());
|
||||
info!("AbiExample for (&Vec<u8>): {}", type_name::<Self>());
|
||||
&*VEC_U8
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user