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