You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1237: Actually use JSON storage for JSON data r=carols10cents
We also never use `features` as a `HashMap<String, Vec<String>>`, so we
can just pass it through from the database in a lower level
representation.
1439: Bump `env_logger` r=carols10cents
1441: `dyn` all the things r=carols10cents
`#![deny(bare_trait_objects)]` is added and all existing trait objects
are documented with the `dyn` keyword.
0 commit comments