Skip to content

Commit 13b882c

Browse files
committed
Removed unused lifetime
1 parent 17f1231 commit 13b882c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/dfire.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ impl<'a> DFIRE {
229229
}
230230
}
231231

232-
impl<'a> Score for DFIRE {
232+
impl Score for DFIRE {
233233

234234
fn energy(&self, translation: &[f64], rotation: &Quaternion,
235235
rec_nmodes: &[f64], lig_nmodes: &[f64]) -> f64 {

src/dna.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ impl<'a> DNA {
374374
}
375375
}
376376

377-
impl<'a> Score for DNA {
377+
impl Score for DNA {
378378

379379
fn energy(&self, translation: &[f64], rotation: &Quaternion,
380380
rec_nmodes: &[f64], lig_nmodes: &[f64]) -> f64 {

src/pydock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ impl<'a> PYDOCK {
387387
}
388388
}
389389

390-
impl<'a> Score for PYDOCK {
390+
impl Score for PYDOCK {
391391

392392
fn energy(&self, translation: &[f64], rotation: &Quaternion,
393393
rec_nmodes: &[f64], lig_nmodes: &[f64]) -> f64 {

0 commit comments

Comments
 (0)