mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-06 11:34:39 +01:00
Merge branch 'mod-attrs' into deref-impl
This commit is contained in:
@@ -375,6 +375,9 @@ mod test {
|
||||
mod baz {
|
||||
items {
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Debuggable;
|
||||
}
|
||||
|
||||
service {
|
||||
@@ -384,4 +387,9 @@ mod test {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn debug() {
|
||||
println!("{:?}", baz::Debuggable);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user