remove pub from Traced::wrapped
This commit is contained in:
parent
794d071fa9
commit
4afbdb81a5
@ -21,7 +21,7 @@ impl<A> WithTrace for A {
|
||||
}
|
||||
|
||||
impl<A> Traced<A> {
|
||||
pub fn wrapped(self, event: &str) -> Self {
|
||||
fn wrapped(self, event: &str) -> Self {
|
||||
Traced {
|
||||
a: self.a,
|
||||
t: self.t.wrapped(event),
|
||||
|
Loading…
Reference in New Issue
Block a user