Sign in
chromium
/
external
/
github.com
/
bolinfest
/
serde-jsonrc
/
fea5351733a48b22851b8018924f31bc90896aca
/
.
/
tests
/
ui
/
missing_colon.rs
blob: 3691827b8c7ba4fab52c38efee5b8d6090db7acc [
file
] [
log
] [
blame
]
use
serde_jsonrc
::
json
;
fn
main
()
{
json
!({
"a"
});
}