• kvarn-auth 0.1.0/src/lib.rs
    710
    impl<T: Serialize + DeserializeOwned> Validation<T> {
    711
        #[allow(clippy::match_result_ok)] // macro
    712
        fn from_jwt(s: &str, validator: impl Validate, ip: Option<IpAddr>) -> Self {
    752
    impl<T: Serialize + DeserializeOwned> Validation<T> {
    753
        #[allow(clippy::match_result_ok)] // macro
    754
        fn from_jwt(s: &str, validator: impl Validate, ip: Option<IpAddr>) -> Self {
    1344
        /// Panics if this config was created using [`Builder::build_validate`].
    1345
        #[allow(clippy::match_result_ok)]
    1346
        pub fn mount(self: &Arc<Self>, extensions: &mut kvarn::Extensions) {
  • sequoia-sq 0.27.0/src/commands/decrypt.rs
    204
    impl<'a> DecryptionHelper for Helper<'a> {
    205
        #[allow(clippy::if_let_some_result)]
    206
        fn decrypt<D>(&mut self, pkesks: &[PKESK], skesks: &[SKESK],
  • tower-http 0.3.5/src/classify/grpc_errors_as_failures.rs
    264
    #[allow(clippy::if_let_some_result)]
    265
    pub(crate) fn classify_grpc_metadata(