Skip to content

Commit 71deaf6

Browse files
committed
Remove unnecessary Sized bound
1 parent 44e7063 commit 71deaf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/io/msh.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ where
132132
/// Allows conversion from `mshio::Node`s to `OPoint`s which are used as vertices in `fenris`.
133133
pub trait TryVertexFromMshNode<T, D, F>
134134
where
135-
Self: Sized,
136135
T: RealField,
137136
D: DimName,
138137
F: mshio::MshFloatT,
@@ -179,7 +178,6 @@ where
179178
Self: Sized,
180179
{
181180
fn msh_element_type() -> mshio::ElementType;
182-
183181
fn try_connectivity_from_msh_element(element: &mshio::Element<u64>) -> eyre::Result<Self>;
184182
}
185183

0 commit comments

Comments
 (0)