Skip to content

Parallel metric computation #140

Parallel metric computation

Parallel metric computation #140

GitHub Actions / clippy failed Nov 29, 2024 in 0s

clippy

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
Warning 0
Note 0
Help 0

Versions

  • rustc 1.85.0-nightly (a2545fd6f 2024-11-28)
  • cargo 1.85.0-nightly (4c39aaff6 2024-11-25)
  • clippy 0.1.84 (a2545fd6fc 2024-11-28)

Annotations

Check failure on line 19 in src/remesher.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `tucanos::topo_elems`

error[E0432]: unresolved import `tucanos::topo_elems`
  --> src/remesher.rs:19:5
   |
19 |     topo_elems::{Tetrahedron, Triangle},
   |     ^^^^^^^^^^ could not find `topo_elems` in `tucanos`

Check failure on line 16 in src/parallel.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `tucanos::mesh_partition`, `tucanos::parallel`, `tucanos::topo_elems`

error[E0432]: unresolved imports `tucanos::mesh_partition`, `tucanos::parallel`, `tucanos::topo_elems`
  --> src/parallel.rs:16:5
   |
16 |     mesh_partition::PartitionType,
   |     ^^^^^^^^^^^^^^ could not find `mesh_partition` in `tucanos`
17 |     metric::{AnisoMetric2d, AnisoMetric3d, IsoMetric, Metric},
18 |     parallel::{ParallelRemesher, ParallelRemeshingParams},
   |     ^^^^^^^^ could not find `parallel` in `tucanos`
19 |     remesher::{RemesherParams, SmoothingType},
20 |     topo_elems::{Tetrahedron, Triangle},
   |     ^^^^^^^^^^ could not find `topo_elems` in `tucanos`

Check failure on line 17 in src/mesh.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `tucanos::geom_elems`, `tucanos::mesh_stl`, `tucanos::topo_elems`

error[E0432]: unresolved imports `tucanos::geom_elems`, `tucanos::mesh_stl`, `tucanos::topo_elems`
  --> src/mesh.rs:17:5
   |
17 |     geom_elems::GElem,
   |     ^^^^^^^^^^ could not find `geom_elems` in `tucanos`
...
20 |     mesh_stl::read_stl,
   |     ^^^^^^^^ could not find `mesh_stl` in `tucanos`
21 |     metric::Metric,
22 |     topo_elems::{Edge, Elem, Tetrahedron, Triangle},
   |     ^^^^^^^^^^ could not find `topo_elems` in `tucanos`

Check failure on line 9 in src/geometry.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `tucanos::mesh_stl`, `tucanos::topo_elems`

error[E0432]: unresolved imports `tucanos::mesh_stl`, `tucanos::topo_elems`
  --> src/geometry.rs:9:5
   |
9  |     mesh_stl::orient_stl,
   |     ^^^^^^^^ could not find `mesh_stl` in `tucanos`
10 |     topo_elems::{Edge, Triangle},
   |     ^^^^^^^^^^ could not find `topo_elems` in `tucanos`