Skip to content

Commit a8bc11f

Browse files
committed
Fix typo
1 parent 68645d3 commit a8bc11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partialdebug-derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub fn derive_non_exhaustive(input: TokenStream) -> TokenStream {
3939

4040
#(#as_debug_all_fields)*
4141

42-
if exhaustive {
42+
if __exhaustive {
4343
__s.finish()
4444
} else {
4545
__s.finish_non_exhaustive()

0 commit comments

Comments
 (0)