Skip to content

Commit 1beca83

Browse files
committed
expose fields
1 parent d735cfb commit 1beca83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/compiletest/src/header.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,8 @@ fn test_parse_name_value_directive() {
838838

839839
#[derive(Clone, Debug, PartialEq)]
840840
pub struct KeyValue {
841-
key: String,
842-
value: String,
841+
pub key: String,
842+
pub value: String,
843843
}
844844

845845
#[test]

0 commit comments

Comments
 (0)