File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
git-function-history-lib/src Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ pub fn not_empty_test() {
7
7
println ! ( "{{ {} added more chages" , "{" ) ;
8
8
}
9
9
10
+ #[ derive( Debug ) ]
10
11
pub struct Test < a > {
11
12
pub contents : String ,
12
13
pub history : Vec < a > ,
13
14
}
14
15
15
16
impl < a > Test < a > {
17
+ /// empty test
16
18
pub fn empty_test < ' a > ( ) {
17
19
println ! ( "empty test" ) ;
18
20
}
@@ -38,6 +40,7 @@ impl<a>Test<a> {
38
40
}
39
41
40
42
pub fn test_in_test_in_test ( ) {
43
+ #[ derive( Debug ) ]
41
44
pub fn empty_test ( ) {
42
45
43
46
}
@@ -90,6 +93,7 @@ extern "C" {
90
93
}
91
94
92
95
pub fn function_within ( t : String ) -> i32 {
96
+ //! function within
93
97
pub fn empty_test ( t : String ) -> i32 {
94
98
println ! ( "empty test" ) ;
95
99
t. parse ( )
@@ -111,6 +115,7 @@ where T: super_trait {
111
115
112
116
}
113
117
118
+ #[ derive( Debug ) ]
114
119
extern {
115
120
pub fn empty_test ( t : String ) -> i32 {
116
121
println ! ( "empty test" ) ;
You can’t perform that action at this time.
0 commit comments