We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f39b44 commit 06ac57fCopy full SHA for 06ac57f
primitives/examples/get_cfg_response.rs
@@ -61,6 +61,5 @@ fn main() {
61
}
62
63
});
64
- let val = from_value::<Config>(json).expect("should convert");
65
- // assert!(from_value::<Config>(json).is_ok());
+ assert!(from_value::<Config>(json).is_ok());
66
sentry/src/routes.rs
@@ -470,7 +470,7 @@
470
//!
471
//! Gets the config that the validator is running on.
472
473
-//! The route is handled by [`sentry::routes::cfg::get_config()`]
+//! The route is handled by [`get_config()`](sentry::routes::cfg::get_config())
474
475
//! Response: [`Config`](primitives::Config)
476
0 commit comments