143 |
}
|
144 |
#[allow(clippy::todo)]
|
145 |
if self.sender.send(envelope).await.is_err() {
|
833 |
#[allow(clippy::unwrap_used)]
|
834 |
#[allow(clippy::todo)]
|
835 |
/// Arbitrary impl
|
375 |
#[allow(clippy::panic)]
|
376 |
#[allow(clippy::todo)]
|
377 |
/// Arbitrary impl
|
128 |
#[allow(clippy::todo)]
|
129 |
fn get_data(&mut self, _i: usize) -> &String {
|
144 |
#[cfg(feature = "experimental-algorithms")]
|
145 |
#[allow(clippy::todo)]
|
146 |
SupportedKeyInfo::MegolmV2AesSha2(_) => {
|
485 |
/// instantiate one using [`Population::seeded`].
|
486 |
#[allow(clippy::todo, clippy::needless_pass_by_value, clippy::missing_panics_doc)]
|
487 |
pub fn with_seeded_population(
|
7 |
impl<PHENOTYPE> Termination<PHENOTYPE> for Duration {
|
8 |
#[allow(clippy::todo)]
|
9 |
fn terminate(&mut self, _statistics: &Statistics, _species: &[EvaluatedSpecies<PHENOTYPE>]) -> bool {
|
42 |
#[allow(unused_must_use)]
|
43 |
#[allow(clippy::todo)]
|
44 |
fn call(&mut self, req: T) -> Self::Future {
|
200 |
#[allow(clippy::todo)]
|
201 |
session.validation().map_or_else(
|
54 |
// Comment these out before submitting a PR
|
55 |
clippy::todo,
|
56 |
clippy::panic_in_result_fn,
|
49 |
// Comment these out before submitting a PR
|
50 |
clippy::todo,
|
51 |
clippy::panic_in_result_fn,
|
51 |
// Comment these out before submitting a PR
|
52 |
clippy::todo,
|
53 |
clippy::panic_in_result_fn,
|
49 |
// Comment these out before submitting a PR
|
50 |
clippy::todo,
|
51 |
clippy::panic_in_result_fn,
|
51 |
// Comment these out before submitting a PR
|
52 |
clippy::todo,
|
53 |
clippy::panic_in_result_fn,
|
27 |
clippy::enum_glob_use, // pretty useful pattern with some codegen'd enums (e.g. rspirv::spirv::Op)
|
28 |
clippy::todo, // still lots to implement :)
|
29 |
)]
|