We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2e30b commit 08a2a48Copy full SHA for 08a2a48
src/internal_scc.rs
@@ -5,7 +5,7 @@ pub struct Csr<E> {
5
6
impl<E> Csr<E>
7
where
8
- E: Copy + Clone,
+ E: Copy,
9
{
10
pub fn new(n: usize, edges: &[(usize, E)], init: E) -> Self {
11
let mut csr = Csr {
0 commit comments