Skip to content

Commit

Permalink
more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Oct 31, 2024
1 parent 37aed40 commit 8ed6a84
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 31 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
- Upgrade `time` to solve incompatibility with Rust 1.80.0
- Add upper bound for tract at 0.21.6 due to breaking upstream change

## [0.6.0] - 2024-02-12
- Upgrade to `perchance` v0.5
- Upgrade `tract` to 0.21.0
Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-asset/tests/asset-data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 16 May 2022

/*!
*/

use std::io::Read;

use cervo_asset::{AssetData, AssetKind};
Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-asset/tests/infer-simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/

use cervo_asset::AssetData;
use cervo_core::prelude::{Inferer, InfererExt};

Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-asset/tests/to-nnef.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/

use cervo_asset::AssetData;

#[path = "./helpers.rs"]
Expand Down
3 changes: 0 additions & 3 deletions crates/cervo-nnef/tests/infer-simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/
use cervo_core::prelude::{EpsilonInjector, Inferer, InfererExt};

#[path = "./helpers.rs"]
Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-nnef/tests/load-complex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/

use cervo_core::prelude::Inferer;

#[path = "./helpers.rs"]
Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-onnx/tests/infer-simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/

use cervo_core::prelude::{EpsilonInjector, Inferer, InfererExt};

#[path = "./helpers.rs"]
Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-onnx/tests/load-complex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/

use cervo_core::prelude::Inferer;

#[path = "./helpers.rs"]
Expand Down
4 changes: 0 additions & 4 deletions crates/cervo-onnx/tests/to-nnef.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// Copyright © 2022, Embark Studios AB, all rights reserved.
// Created: 10 May 2022

/*!
*/

use cervo_onnx::to_nnef;

#[path = "./helpers.rs"]
Expand Down

0 comments on commit 8ed6a84

Please sign in to comment.