Skip to content

Commit

Permalink
[NO-JIRA]: [Rust] Revert a temporary workaround for a problem in Darl…
Browse files Browse the repository at this point in the history
…ing dependency (#3018)

Introduced-with: 2c484c6
Fixed upstream with: TedDriggs/darling#296

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Jul 12, 2024
1 parent 25d8684 commit 69cd998
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lang/rust/avro_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
// specific language governing permissions and limitations
// under the License.

// for Rust versions older than 1.79.0
#![allow(unknown_lints)]
// Allow until https://github.com/TedDriggs/darling/pull/292 is resolved
#![allow(clippy::manual_unwrap_or_default)]
use darling::FromAttributes;
use proc_macro2::{Span, TokenStream};
use quote::quote;
Expand Down

0 comments on commit 69cd998

Please sign in to comment.