330 |
#[tokio::test]
|
331 |
#[allow(clippy::too_many_lines)]
|
332 |
async fn example() {
|
95 |
#[allow(clippy::too_many_lines)]
|
96 |
fn clap_app() -> clap::Command {
|
65 |
#[allow(clippy::too_many_lines)]
|
66 |
fn differentiate_inner<'arena>(
|
29 |
impl Reduce for crate::Context {
|
30 |
#[allow(clippy::too_many_lines)]
|
31 |
fn reduce(&self, expr: &'_ mut crate::Expr<'_>) -> Result<(), crate::CalcError> {
|
184 |
/// changes that occured during the process, in order.
|
185 |
#[allow(clippy::too_many_lines)]
|
186 |
pub fn update(&mut self, events: &mut Vec<WidgetEvent>) {
|
434 |
#[allow(clippy::too_many_lines)]
|
435 |
fn test_alloc<Prefix, Suffix>(
|
665 |
#[allow(clippy::too_many_lines)]
|
666 |
fn run_suite(callbacks: &impl CallbackRef) {
|
588 |
#[test]
|
589 |
#[allow(clippy::too_many_lines)]
|
590 |
fn grouping_rules_with_variables_test() {
|
5 |
#[allow(clippy::too_many_lines)]
|
6 |
fn main() {
|
110 |
/// Converts an ANSI-256 color number to an rgb [`Color`].
|
111 |
#[allow(clippy::match_same_arms, clippy::too_many_lines)]
|
112 |
#[must_use]
|
305 |
#[allow(clippy::too_many_lines)]
|
306 |
impl Colors {
|
1212 |
#[allow(clippy::too_many_lines)]
|
1213 |
#[cfg(test)]
|
121 |
#[allow(clippy::too_many_lines)]
|
122 |
#[allow(clippy::similar_names)]
|
124 |
/// - If an already initalized repository does not contain any footers
|
125 |
#[allow(clippy::too_many_lines)]
|
126 |
pub fn new_raw(
|
36 |
/// the given settings at the given server
|
37 |
#[allow(clippy::too_many_lines)]
|
38 |
#[allow(clippy::filter_map)]
|
254 |
//TODO: refactor into helper type with the inline closures as dedicated functions
|
255 |
#[allow(clippy::too_many_lines)]
|
256 |
fn raw_diff_to_file_diff<'a>(
|
499 |
#[allow(clippy::too_many_lines)]
|
500 |
#[must_use]
|
212 |
#[allow(clippy::too_many_lines)]
|
213 |
fn p_params(input: &str) -> IResult<&str, PParams> {
|
33 |
clippy::type_complexity,
|
34 |
clippy::too_many_lines
|
35 |
)]
|
56 |
// `Mesh2dPipeline`
|
57 |
#[allow(clippy::too_many_lines)]
|
58 |
impl SpecializedRenderPipeline for ShapePipeline {
|
292 |
impl Geometry for SvgPathShape {
|
293 |
#[allow(clippy::too_many_lines)]
|
294 |
fn add_geometry(&self, b: &mut Builder) {
|
206 |
#[allow(clippy::too_many_lines)]
|
207 |
#[allow(clippy::missing_panics_doc)]
|
30 |
/// TODO: error docs
|
31 |
#[allow(clippy::too_many_lines)] // TODO
|
32 |
pub async fn upload(
|
163 |
/// TODO: error docs
|
164 |
#[allow(clippy::too_many_lines)] // TODO
|
165 |
pub async fn download(s3_client: &S3, bucket: String, key: String) -> Result<impl AsyncBufRead + '_, io::Error> {
|
626 |
#[test]
|
627 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)] // couldn't figure out how to macro-ize it
|
628 |
fn composite_key_tests() {
|
45 |
#[cfg_attr(feature = "tracing", tracing::instrument)]
|
46 |
#[allow(clippy::too_many_lines)]
|
47 |
fn execute(&mut self) -> Result<Self::Output, Self::Error> {
|
49 |
#[cfg_attr(feature = "tracing", tracing::instrument)]
|
50 |
#[allow(clippy::too_many_lines)]
|
51 |
fn execute(&mut self) -> Result<Self::Output, Error> {
|
408 |
impl Complete {
|
409 |
#[allow(clippy::too_many_lines)]
|
410 |
fn complete(
|
108 |
#[allow(clippy::too_many_lines)]
|
109 |
pub fn make(ty: Type, name: Option<Ident>, attrs: Vec<Attribute>) -> Result<Self> {
|
319 |
impl Parse for Top {
|
320 |
#[allow(clippy::too_many_lines)]
|
321 |
fn parse(input: parse::ParseStream) -> Result<Self> {
|
67 |
#[allow(clippy::module_name_repetitions)]
|
68 |
#[allow(clippy::too_many_lines)]
|
69 |
pub fn add_named_colors_to_palette() {
|
397 |
///
|
398 |
#[allow(clippy::too_many_lines)]
|
399 |
pub fn execute(&mut self) -> Result<Vec<u32>> {
|
362 |
#[allow(clippy::too_many_lines)] // This is fine for a Deserialize impl.
|
363 |
fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>
|
701 |
{
|
702 |
#[allow(clippy::too_many_lines)]
|
703 |
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
1402 |
}
|
1403 |
#[allow(clippy::too_many_lines)]
|
1404 |
async fn handle_peer<R, W>(params: PeerHandlerParams<R, W>) -> Result<(), Error>
|
1532 |
// TODO send ack only after the client received message (QoS2)
|
1533 |
#[allow(clippy::too_many_lines)]
|
1534 |
async fn handle_reader<R>(
|
541 |
#[allow(clippy::too_many_lines)]
|
542 |
#[tokio::main(worker_threads = 1)]
|
319 |
#[allow(clippy::too_many_lines)]
|
320 |
async fn processor<C, H>(
|
168 |
#[allow(clippy::too_many_lines)]
|
169 |
fn main() {
|
817 |
#[allow(clippy::too_many_lines)]
|
818 |
fn try_from(value: u32) -> Result<Self, Self::Error> {
|
1091 |
impl From<PixelFormat> for u32 {
|
1092 |
#[allow(clippy::too_many_lines)]
|
1093 |
fn from(val: PixelFormat) -> u32 {
|
90 |
impl Parse for Vec<NodeData> {
|
91 |
#[allow(clippy::too_many_lines)]
|
92 |
fn parse(
|
72 |
#[test]
|
73 |
#[allow(clippy::too_many_lines)]
|
74 |
fn test_register_description() {
|
201 |
/// generates the clap config which is used to control the crate
|
202 |
#[allow(clippy::too_many_lines)]
|
203 |
pub(crate) fn gen_clap() -> ArgMatches {
|
135 |
#[allow(clippy::too_many_lines)]
|
136 |
#[doc(hidden)]
|
133 |
#[allow(clippy::too_many_lines)]
|
134 |
fn main() -> anyhow::Result<()> {
|
66 |
impl Git {
|
67 |
#[allow(clippy::too_many_lines)]
|
68 |
pub(super) fn run(
|
169 |
impl Command {
|
170 |
#[allow(clippy::too_many_lines)]
|
171 |
pub(crate) fn run(&self) -> Result<()> {
|
67 |
impl Registry {
|
68 |
#[allow(clippy::too_many_lines)]
|
69 |
pub(super) fn run(
|
107 |
#[allow(clippy::too_many_lines)]
|
108 |
#[test]
|
532 |
#[must_use]
|
533 |
#[allow(clippy::too_many_lines)]
|
534 |
pub fn yhuap_initial_board() -> Board {
|
254 |
#[must_use]
|
255 |
#[allow(clippy::too_many_lines)]
|
256 |
pub const fn yhuap_initial_board_where_black_king_points_upward() -> Board {
|
228 |
#[allow(clippy::too_many_lines)]
|
229 |
fn step(&mut self, value: &f64) -> &[f64] {
|
105 |
clippy::shadow_unrelated, // It's not "unrelated" smh
|
106 |
clippy::too_many_lines, // I know how to count, thank you very much
|
107 |
)]
|
158 |
}
|
159 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
160 |
fn main() {
|
6 |
// https://github.com/lichess-org/compression/blob/master/src/main/java/game/Huffman.java#L64
|
7 |
#[allow(clippy::too_many_lines)]
|
8 |
pub fn code_from_lichess_weights() -> (Book<u8>, Tree<u8>) {
|
46 |
#[must_use]
|
47 |
#[allow(clippy::too_many_lines)]
|
48 |
pub fn determine_class(hrv: &HandRankValue) -> HandRankClass {
|
38 |
{
|
39 |
#[allow(clippy::too_many_lines)]
|
40 |
fn format_event(
|
386 |
/// Parse the modifiers of a given component.
|
387 |
#[allow(clippy::too_many_lines)]
|
388 |
pub(crate) fn parse(
|
7 |
#[test]
|
8 |
#[allow(clippy::too_many_lines)]
|
9 |
fn it_works() {
|
82 |
clippy::unnecessary_mut_passed,
|
83 |
clippy::too_many_lines,
|
84 |
clippy::doc_markdown,
|
106 |
#[allow(clippy::too_many_lines)]
|
107 |
fn parse_attributes(
|
740 |
#[allow(clippy::too_many_lines)]
|
741 |
fn uninit_for_type(
|
85 |
#[allow(clippy::too_many_lines)]
|
86 |
pub fn write(&mut self, event: &DeployOutputEvent) {
|
108 |
#[allow(clippy::too_many_lines)]
|
109 |
pub fn run<
|
489 |
#[allow(clippy::too_many_lines)]
|
490 |
#[serde_closure::desugar]
|
903 |
#[allow(clippy::too_many_lines)]
|
904 |
fn monitor_process(
|
1170 |
/// The `resources` argument describes memory and CPU requirements for the initial process.
|
1171 |
#[allow(clippy::too_many_lines)]
|
1172 |
pub fn init(resources: Resources) {
|
220 |
#[allow(clippy::too_many_lines)]
|
221 |
fn main() {
|
6 |
#[allow(clippy::too_many_lines)]
|
7 |
pub fn codegen(
|
7 |
/// Generates timer queues and timer queue handlers
|
8 |
#[allow(clippy::too_many_lines)]
|
9 |
pub fn codegen(app: &App, analysis: &Analysis, _extra: &Extra) -> Vec<TokenStream2> {
|
23 |
#[allow(clippy::too_many_lines)]
|
24 |
pub fn app(app: &App, analysis: &Analysis, extra: &Extra) -> TokenStream2 {
|
30 |
// Still everything to do
|
31 |
#[allow(clippy::too_many_lines)]
|
32 |
fn main() -> Result<(), DskManagerError> {
|
233 |
#[allow(clippy::too_many_lines)]
|
234 |
fn add_benches(group: &mut BenchmarkGroup<WallTime>, num_bytes: u64, direct_io: bool) {
|
1092 |
/// [`Scenario`]: gherkin::Scenario
|
1093 |
#[allow(clippy::too_many_lines)]
|
1094 |
async fn run_scenario(
|
105 |
#[allow(clippy::similar_names)]
|
106 |
#[allow(clippy::too_many_lines)]
|
107 |
fn init(&mut self) {
|
262 |
#[allow(clippy::too_many_lines)]
|
263 |
fn point(&mut self, p: &Coord<T>, _m: Option<u8>) {
|
34 |
/// to no more than the boundary of the cutting polygon.
|
35 |
#[allow(clippy::too_many_lines)]
|
36 |
pub fn rejoin<CI, EP, INTERPOLATOR, SINK, T>(
|
158 |
/// the type-erased function that actually runs an event
|
159 |
#[allow(clippy::too_many_lines)]// deal
|
160 |
async fn raw_fire(&mut self, def: TypeId, args: DynVar, mut trace: CallTrace) -> (Option<DynVar>, CallTrace) {
|
234 |
#[allow(clippy::cognitive_complexity)] // Manual indexing wins.
|
235 |
#[allow(clippy::too_many_lines)] // Agreed! These numbers are fucking huge!
|
236 |
#[must_use]
|
131 |
/// Convert from `DamlDataWrapper` to `DamlData`.
|
132 |
#[allow(clippy::too_many_lines)]
|
133 |
impl<'a> TryFrom<DamlDataWrapper<'a>> for DamlData<'a> {
|
93 |
impl<'a> From<&DamlBuiltinFunctionPayload> for DamlBuiltinFunction {
|
94 |
#[allow(clippy::too_many_lines)]
|
95 |
fn from(builtin: &DamlBuiltinFunctionPayload) -> Self {
|
1092 |
#[allow(clippy::too_many_lines)]
|
1093 |
fn try_from(builtin_function: &i32) -> DamlLfConvertResult<Self> {
|
1076 |
#[target_feature(enable = "avx2")]
|
1077 |
#[allow(clippy::too_many_lines)]
|
1078 |
unsafe fn bgr_to_rgb_avx2(
|
4 |
#[test]
|
5 |
#[allow(clippy::too_many_lines, clippy::needless_range_loop)]
|
6 |
fn bon_test() {
|
479 |
#[test]
|
480 |
#[allow(clippy::too_many_lines)]
|
481 |
fn corax89_test() {
|
815 |
/// `data`.
|
816 |
#[allow(clippy::too_many_lines)] // well, this is the main implementation
|
817 |
pub fn diff(&self, data: &[u8]) -> Difference {
|
1226 |
/// Returns [`MinifyError::Zero`] if `block_size == 0`.
|
1227 |
#[allow(clippy::too_many_lines)]
|
1228 |
pub fn minify_with_builder(
|
258 |
// and sub-nodes(Element, Text, Comment).
|
259 |
#[allow(clippy::too_many_lines, clippy::type_complexity)]
|
260 |
fn fill_element_node<T: HtmlTemplatingDataTrait>(
|
7 |
// it returns the ArgMatches so that a match statement can send everything to the correct place
|
8 |
#[allow(clippy::too_many_lines)]
|
9 |
pub fn get_matches() -> clap::ArgMatches {
|
251 |
///
|
252 |
#[allow(clippy::too_many_lines)]
|
253 |
pub fn deserialize(reader: &mut (impl Read + Seek)) -> Result<(Self, Vec<u8>)> {
|
62 |
#[allow(clippy::too_many_lines)]
|
63 |
pub fn parse<P: AsRef<Path>>(announcements_txt_path: &P) -> Vec<DFAnnouncement> {
|
19 |
impl super::DFCreature {
|
20 |
#[allow(clippy::too_many_lines)]
|
21 |
pub fn parse_raw_file<P: AsRef<Path>>(
|
11 |
impl super::DFGraphic {
|
12 |
#[allow(clippy::too_many_lines)]
|
13 |
pub fn parse<P: AsRef<Path>>(
|
76 |
}
|
77 |
#[allow(clippy::too_many_lines)]
|
78 |
pub fn parse_creature(token: &str) -> Option<Self> {
|
11 |
impl super::DFInfoFile {
|
12 |
#[allow(clippy::too_many_lines)]
|
13 |
pub fn parse<P: AsRef<Path>>(info_file_path: &P) -> info_txt::DFInfoFile {
|
13 |
impl super::DFInorganic {
|
14 |
#[allow(clippy::too_many_lines)]
|
15 |
pub fn parse<P: AsRef<Path>>(
|
85 |
}
|
86 |
#[allow(clippy::too_many_lines)]
|
87 |
fn complete_initialization_from_template(&mut self, template: &str) {
|
11 |
impl super::DFPlant {
|
12 |
#[allow(clippy::too_many_lines)]
|
13 |
pub fn parse_raw_file<P: AsRef<Path>>(
|
11 |
impl super::DFTilePage {
|
12 |
#[allow(clippy::too_many_lines)]
|
13 |
pub fn parse<P: AsRef<Path>>(
|
508 |
// Upon exit from this function, it will be restored to that same self.
|
509 |
#[allow(clippy::too_many_lines)]
|
510 |
fn diff_keyed_middle(&mut self, old: &'b [VNode<'b>], new: &'b [VNode<'b>]) {
|
498 |
// I don't see any way to shorten it yet. TODO: Fix!
|
499 |
#[allow(clippy::too_many_lines)]
|
500 |
fn walkdir_next_helper(
|
53 |
// complexity to it, therefore this is a false positive here.
|
54 |
#[allow(clippy::too_many_lines)]
|
55 |
#[test]
|
287 |
/// fails if the pattern is invalid
|
288 |
#[allow(clippy::too_many_lines)]
|
289 |
pub fn compile(mut pattern: &str) -> Result<Self, Error> {
|
432 |
#[allow(clippy::too_many_lines)]
|
433 |
pub fn run(&self, mut data: &str) -> Option<Object<'static>> {
|
199 |
/// if there are any errors
|
200 |
#[allow(clippy::too_many_lines)]
|
201 |
pub fn configure(&mut self, file: &str) {
|
75 |
#[allow(clippy::unusual_byte_groupings)]
|
76 |
#[allow(clippy::too_many_lines)]
|
77 |
fn hard_coded() {
|
652 |
/// Takes a `Name` and `Level` value and returns the corresponding color constant.
|
653 |
#[allow(clippy::too_many_lines)]
|
654 |
pub fn by_name_and_level(name: Name, level: Level) -> Self {
|
187 |
#[allow(clippy::too_many_lines)]
|
188 |
fn perlin_4d(
|
216 |
#[allow(clippy::too_many_lines)]
|
217 |
#[allow(clippy::many_single_char_names)]
|
335 |
#[allow(clippy::too_many_lines)]
|
336 |
#[allow(clippy::many_single_char_names)]
|
331 |
#[allow(clippy::too_many_lines)]
|
332 |
pub fn instruction<'r, 'data>(
|
357 |
#[allow(clippy::too_many_lines)]
|
358 |
pub fn instruction(
|
147 |
#[allow(clippy::nonminimal_bool, clippy::too_many_lines, unused_mut)]
|
148 |
pub fn resolve(&self, opts: ResolveOptions) -> Result<Resolution<'a>> {
|
2050 |
#[allow(clippy::too_many_lines)]
|
2051 |
pub fn write(res: &Resolution, is_32_bit: bool, is_executable: bool) -> Result<Vec<u8>> {
|
127 |
#[allow(clippy::too_many_lines)]
|
128 |
fn parser<R: Read>(
|
13 |
/// Creates a new ITM parser.
|
14 |
#[allow(clippy::shadow_unrelated, clippy::too_many_lines)]
|
15 |
pub fn parser(
|
100 |
#[allow(clippy::too_many_lines)]
|
101 |
pub fn proc_macro_derive(input: TokenStream) -> TokenStream {
|
82 |
#[allow(clippy::too_many_lines)]
|
83 |
pub fn proc_macro(input: TokenStream) -> TokenStream {
|
131 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
132 |
pub fn proc_macro(input: TokenStream) -> TokenStream {
|
195 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
196 |
pub fn proc_macro(input: TokenStream) -> TokenStream {
|
169 |
impl Variant {
|
170 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
171 |
fn generate(&self) -> TokenStream2 {
|
154 |
impl SvService for SwitchBackService {
|
155 |
#[allow(clippy::too_many_lines)]
|
156 |
unsafe extern "C" fn handler(&mut self) {
|
150 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
151 |
pub fn proc_macro(input: TokenStream) -> TokenStream {
|
49 |
impl SvService for SwitchContextService {
|
50 |
#[allow(clippy::too_many_lines)]
|
51 |
unsafe extern "C" fn handler(&mut self) {
|
137 |
impl SvService for SwitchBackService {
|
138 |
#[allow(clippy::too_many_lines)]
|
139 |
unsafe extern "C" fn handler(&mut self) {
|
312 |
#[allow(clippy::too_many_lines, clippy::cast_possible_truncation)]
|
313 |
fn def_vtable(
|
157 |
impl<'de> Deserialize<'de> for Proof {
|
158 |
#[allow(clippy::too_many_lines)]
|
159 |
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
189 |
#[allow(clippy::too_many_lines)]
|
190 |
pub fn exclude_rare_commodity<'a>() -> SystemFilter<'a> {
|
1358 |
}
|
1359 |
#[allow(clippy::too_many_lines)]
|
1360 |
async fn handle_peer<R, W>(params: PeerHandlerParams<R, W>) -> Result<(), Error>
|
1488 |
// TODO send ack only after the client received message (QoS2)
|
1489 |
#[allow(clippy::too_many_lines)]
|
1490 |
async fn handle_reader<R>(
|
541 |
#[allow(clippy::too_many_lines)]
|
542 |
#[tokio::main(worker_threads = 1)]
|
319 |
#[allow(clippy::too_many_lines)]
|
320 |
async fn processor<C, H>(
|
163 |
#[allow(clippy::too_many_lines)]
|
164 |
fn main() {
|
148 |
#[test]
|
149 |
#[allow(clippy::too_many_lines)]
|
150 |
fn counting_merge_test() {
|
192 |
/// Run the tray icon and event loop
|
193 |
#[allow(clippy::too_many_lines)]
|
194 |
pub fn run(&mut self) {
|
296 |
/// documents.
|
297 |
#[allow(clippy::too_many_lines)]
|
298 |
pub fn occurrences<'a>(
|
70 |
#[allow(clippy::too_many_lines)]
|
71 |
fn register_interface(b: &mut IfaceBuilder<Arc<Server>>) {
|
134 |
#[allow(clippy::too_many_lines)]
|
135 |
fn get(&mut self, _buf: &'b [u8], map: &'s Self::State) -> Result<(), EtError> {
|
34 |
#[allow(clippy::too_many_lines)]
|
35 |
pub async fn dev_cmd(options: DevCommandOptions) {
|
27 |
}
|
28 |
#[allow(clippy::too_many_lines)]
|
29 |
pub async fn init_cmd(options: InitCommandOptions) {
|
35 |
#[allow(clippy::too_many_lines)]
|
36 |
pub async fn start_cmd(options: StartCommandOptions) {
|
18 |
#[allow(clippy::too_many_lines)]
|
19 |
pub async fn deploy_beacon(
|
233 |
/// returned.
|
234 |
#[allow(clippy::too_many_lines)]
|
235 |
async fn fetch_channel(&self, channel_id: u64) -> crate::Result<Option<Channel>> {
|
450 |
/// * If an error occurs with creating the channel.
|
451 |
#[allow(clippy::too_many_lines)]
|
452 |
async fn create_guild_channel(
|
255 |
/// * If an error occurs with fetching the guilds.
|
256 |
#[allow(clippy::too_many_lines)]
|
257 |
async fn fetch_all_guilds_for_user(
|
487 |
/// Will panic if state mutex is poisoned
|
488 |
#[allow(clippy::too_many_lines)]
|
489 |
pub async fn action(
|
763 |
// long time!
|
764 |
#[allow(clippy::too_many_lines)]
|
765 |
pub async fn process_remote_inventory(
|
146 |
}
|
147 |
#[allow(clippy::too_many_lines)]
|
148 |
async fn handle_call(&self, event: RpcEvent) -> RpcResult {
|
220 |
/// Will return `Err` if failed to build the http response
|
221 |
#[allow(clippy::too_many_lines)]
|
222 |
pub async fn process<'de, F, Fut>(
|
287 |
#[test]
|
288 |
#[allow(clippy::too_many_lines)] // Adequate for a test
|
289 |
fn test_dispatcher_simple() {
|
1087 |
#[test]
|
1088 |
#[allow(clippy::too_many_lines)] // Adequate for a test
|
1089 |
fn stopped_service_workflow() {
|
1181 |
/// Constructs an uninitialized instance of a `Sandbox`.
|
1182 |
#[allow(clippy::too_many_lines)]
|
1183 |
fn sandbox_with_services_uninitialized(
|
241 |
#[test]
|
242 |
#[allow(clippy::too_many_lines)] // fine for tests
|
243 |
fn test_recover_consensus_messages_in_other_round() {
|
344 |
#[test]
|
345 |
#[allow(clippy::too_many_lines)] // fine for tests
|
346 |
fn respond_to_request_tx_propose_prevotes_precommits() {
|
228 |
#[test]
|
229 |
#[allow(clippy::cognitive_complexity, clippy::too_many_lines)]
|
230 |
fn interleaved_rollbacks() {
|
418 |
/// Build up the array of test cases.
|
419 |
#[allow(clippy::too_many_lines)]
|
420 |
fn get_test_cases() -> &'static [TestCase<'static>] {
|
335 |
#[allow(clippy::too_many_lines)]
|
336 |
pub(crate) fn evaluate<I: Interrupt>(
|
100 |
impl fmt::Display for FendError {
|
101 |
#[allow(clippy::too_many_lines)]
|
102 |
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
229 |
#[allow(clippy::too_many_lines)]
|
230 |
fn parse_basic_number<'a, I: Interrupt>(
|
703 |
#[allow(clippy::too_many_lines)]
|
704 |
pub(crate) fn query_unit<'a>(
|
407 |
#[allow(clippy::cognitive_complexity)]
|
408 |
#[allow(clippy::too_many_lines)]
|
409 |
#[test]
|
116 |
#[allow(clippy::too_many_lines)] // excuse the heck outta me, clippy
|
117 |
impl Mutator for LibAflMutator {
|
359 |
#[allow(clippy::cognitive_complexity)]
|
360 |
#[allow(clippy::too_many_lines)]
|
361 |
fn test_bitand_action_and_action() {
|
917 |
#[test]
|
918 |
#[allow(clippy::too_many_lines)]
|
919 |
fn test_bitor_action_and_action() {
|
30 |
#[doc(hidden)]
|
31 |
#[allow(clippy::cognitive_complexity, clippy::too_many_lines)]
|
32 |
fn main() {
|
227 |
#[allow(clippy::too_many_lines)]
|
228 |
#[allow(clippy::match_same_arms)]
|
286 |
#[allow(clippy::too_many_lines)]
|
287 |
pub fn reduce(
|
135 |
#[allow(clippy::too_many_lines)]
|
136 |
pub fn run(&mut self) {
|
35 |
#[allow(clippy::too_many_lines)]
|
36 |
#[must_use]
|
14 |
#[allow(clippy::match_same_arms)]
|
15 |
#[allow(clippy::too_many_lines)]
|
16 |
fn lookup_naive(c: char, buf: &mut [u8; 4]) -> &str {
|
14 |
#[allow(clippy::match_same_arms)]
|
15 |
#[allow(clippy::too_many_lines)]
|
16 |
fn lookup_naive(c: char, buf: &mut [u8; 4]) -> &str {
|
16 |
#[allow(clippy::match_same_arms)]
|
17 |
#[allow(clippy::too_many_lines)]
|
18 |
pub const fn lookup(c: char, mode: Mode) -> Mapping {
|
145 |
#[allow(clippy::too_many_lines)]
|
146 |
fn parse_pair(pair: Pair<Rule>) -> Result<Expr> {
|
72 |
#[test]
|
73 |
#[allow(clippy::too_many_lines)]
|
74 |
fn test_parse_basic_types() {
|
299 |
#[test]
|
300 |
#[allow(clippy::too_many_lines)]
|
301 |
fn test_parse_date_and_time_types() {
|
136 |
#[test]
|
137 |
#[allow(clippy::too_many_lines)]
|
138 |
fn test_parse_bool_types() {
|
330 |
#[test]
|
331 |
#[allow(clippy::too_many_lines)]
|
332 |
fn test_parse_math_types() {
|
210 |
#[test]
|
211 |
#[allow(clippy::too_many_lines)]
|
212 |
fn test_parse_web_types() {
|
548 |
#[test]
|
549 |
#[allow(clippy::too_many_lines)]
|
550 |
fn test_parse_text_types() {
|
64 |
#[test]
|
65 |
#[allow(clippy::too_many_lines)]
|
66 |
fn test_parse_web_types() {
|
323 |
#[allow(clippy::too_many_lines)]
|
324 |
fn fqgrep_from_opts(opts: &Opts) -> Result<usize> {
|
40 |
#[allow(clippy::too_many_lines)]
|
41 |
pub async fn run(
|
16 |
/// u4: sub-diagonal (+4)
|
17 |
#[allow(clippy::many_single_char_names, dead_code, clippy::too_many_lines)]
|
18 |
#[inline]
|
180 |
#[allow(clippy::too_many_lines)]
|
181 |
#[no_coverage]
|
511 |
impl fmt::Display for FactType {
|
512 |
#[allow(clippy::too_many_lines)]
|
513 |
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> std::result::Result<(), std::fmt::Error> {
|
622 |
impl From<EnumAsString> for FactType {
|
623 |
#[allow(clippy::too_many_lines)]
|
624 |
fn from(f: EnumAsString) -> Self {
|
741 |
impl Arbitrary for FactType {
|
742 |
#[allow(clippy::too_many_lines)]
|
743 |
fn arbitrary(g: &mut Gen) -> Self {
|
47 |
#[allow(clippy::too_many_lines)]
|
48 |
fn iter_sequentially<T: Copy + Default + AddAssign>(c: &mut Criterion) {
|
182 |
#[allow(clippy::too_many_lines)]
|
183 |
fn iter_sequentially_half_elements_removed<T: Copy + Default + AddAssign>(c: &mut Criterion) {
|
391 |
#[allow(clippy::too_many_lines)]
|
392 |
fn random_get_all<T: Copy + Default + AddAssign>(c: &mut Criterion) {
|
270 |
impl<'r> Display for Diagnostic<'r> {
|
271 |
#[allow(clippy::too_many_lines)]
|
272 |
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
106 |
#[allow(clippy::too_many_lines)]
|
107 |
fn evaluate_expression(
|
201 |
#[must_use]
|
202 |
#[allow(clippy::too_many_lines)]
|
203 |
pub fn diagnostic(self) -> DiagnosticData {
|
133 |
#[allow(clippy::too_many_lines)]
|
134 |
fn evaluate(
|
264 |
#[allow(clippy::cognitive_complexity, clippy::too_many_lines)]
|
265 |
fn rebuild(&mut self, view_data: &ViewData) {
|
4 |
/// The gistit application
|
5 |
#[allow(clippy::too_many_lines)]
|
6 |
#[must_use]
|
153 |
#[allow(clippy::too_many_lines)]
|
154 |
async fn dispatch(&self, config: Self::InnerData) -> Result<()> {
|
158 |
#[allow(clippy::too_many_lines)]
|
159 |
async fn dispatch(&self, config: Self::InnerData) -> Result<()> {
|
4 |
/// The gistit application
|
5 |
#[allow(clippy::too_many_lines)]
|
6 |
#[must_use]
|
153 |
#[allow(clippy::too_many_lines)]
|
154 |
async fn dispatch(&self, config: Self::InnerData) -> Result<()> {
|
158 |
#[allow(clippy::too_many_lines)]
|
159 |
async fn dispatch(&self, config: Self::InnerData) -> Result<()> {
|
109 |
///
|
110 |
#[allow(clippy::too_many_lines)]
|
111 |
pub fn new(
|
780 |
#[allow(clippy::too_many_lines)]
|
781 |
fn process_internal_event(
|
932 |
#[allow(clippy::too_many_lines)]
|
933 |
fn process_confirmed_action(
|
155 |
#[allow(unstable_name_collisions, clippy::too_many_lines)]
|
156 |
fn get_text_info(&self) -> Vec<Spans> {
|
249 |
//TODO: cleanup
|
250 |
#[allow(clippy::too_many_lines)]
|
251 |
fn event(&mut self, ev: &Event) -> Result<EventState> {
|
823 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
824 |
fn event(
|
17 |
#[allow(clippy::too_many_lines)]
|
18 |
fn main() -> Result<(), anyhow::Error> {
|
45 |
impl GitHubThread {
|
46 |
#[allow(clippy::too_many_lines)]
|
47 |
pub(crate) fn new() -> Self {
|
76 |
// There's no point in splitting test cases
|
77 |
#[allow(clippy::too_many_lines)]
|
78 |
#[test]
|
67 |
#[allow(clippy::too_many_lines)]
|
68 |
#[allow(clippy::cognitive_complexity)]
|
136 |
#[allow(clippy::cognitive_complexity)]
|
137 |
#[allow(clippy::too_many_lines)]
|
138 |
fn uncompressed_header<'a>(
|
945 |
#[allow(clippy::too_many_lines)]
|
946 |
fn tile_info(
|
137 |
#[allow(clippy::too_many_lines)]
|
138 |
pub fn film_grain_params(
|
17 |
impl<const WRITE: bool> BitstreamParser<WRITE> {
|
18 |
#[allow(clippy::too_many_lines)]
|
19 |
#[allow(clippy::cognitive_complexity)]
|
143 |
impl<const WRITE: bool> BitstreamParser<WRITE> {
|
144 |
#[allow(clippy::too_many_lines)]
|
145 |
pub fn parse_sequence_header<'a>(
|
443 |
#[allow(clippy::too_many_lines)]
|
444 |
fn color_config(
|
33 |
impl<'de> de::Deserialize<'de> for Expression {
|
34 |
#[allow(clippy::too_many_lines)]
|
35 |
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
181 |
#[allow(clippy::too_many_lines)]
|
182 |
pub(crate) fn rustls_clientconfig(&self) -> std::io::Result<ClientConfig> {
|
138 |
/// Returns error if:
|
139 |
#[allow(clippy::too_many_lines)]
|
140 |
#[allow(clippy::too_many_arguments)]
|
87 |
#[allow(clippy::too_many_lines)]
|
88 |
async fn handle_dispatcher_cmd(&mut self, cmd: DispatcherToMetricsCmd) {
|
24 |
impl ServerContext {
|
25 |
#[allow(clippy::too_many_lines)]
|
26 |
pub(crate) async fn init_modules(&mut self, runtime: &Runtime) -> Result<(), Error> {
|
133 |
/// Returns error value `InvalidPacketFlags` if flag bits is not expected.
|
134 |
#[allow(clippy::too_many_lines)]
|
135 |
#[allow(clippy::cognitive_complexity)]
|
745 |
impl DecodePacket for Property {
|
746 |
#[allow(clippy::too_many_lines)]
|
747 |
fn decode(ba: &mut ByteArray) -> Result<Self, DecodeError> {
|
197 |
// not really anything I can do about this
|
198 |
#[allow(clippy::too_many_lines)]
|
199 |
fn to_transaction_data_protobuf(
|
150 |
// not really anything I can do about this
|
151 |
#[allow(clippy::too_many_lines)]
|
152 |
fn to_transaction_data_protobuf(
|
138 |
#[allow(clippy::too_many_lines)]
|
139 |
fn base_builder(body: &CollisionShape, shape: &dyn Shape) -> GeometryBuilder {
|
60 |
#[must_use]
|
61 |
#[allow(clippy::too_many_lines)]
|
62 |
pub fn partial_hexagonal_column(layout: &HexLayout, hex: Hex, column_height: f32) -> Self {
|
305 |
#[must_use]
|
306 |
#[allow(clippy::too_many_lines)]
|
307 |
pub fn hexagonal_column(layout: &HexLayout, hex: Hex, column_height: f32) -> Self {
|
198 |
#[allow(clippy::too_many_lines)]
|
199 |
pub fn histfile(import_file: impl AsRef<Path>, data_dir: PathBuf) -> Result<(), Error> {
|
705 |
#[test]
|
706 |
#[allow(clippy::too_many_lines)]
|
707 |
fn test_from_named() {
|
352 |
#[allow(clippy::too_many_lines)]
|
353 |
static CASES: Lazy<Vec<TestItem>> = Lazy::new(|| {
|
235 |
#[allow(clippy::too_many_lines)]
|
236 |
#[tracing::instrument(skip_all)]
|
394 |
#[allow(clippy::too_many_lines)]
|
395 |
#[test]
|
123 |
#[allow(clippy::too_many_lines)]
|
124 |
pub fn run(trove: &mut CommandTrove, config: &HoardConfig) -> Result<Option<HoardCommand>> {
|
5 |
#[allow(clippy::too_many_lines)]
|
6 |
pub fn key_handler(
|
16 |
#[allow(clippy::too_many_lines)]
|
17 |
pub fn draw(
|
181 |
#[allow(clippy::too_many_lines)]
|
182 |
fn render_commands<'a>(
|
140 |
/// Applies an atom to the current stack.
|
141 |
#[allow(clippy::too_many_lines)]
|
142 |
fn apply(&mut self, atom: &Atom) {
|
198 |
#[allow(clippy::too_many_lines)]
|
199 |
pub fn histfile(import_file: impl AsRef<Path>, data_dir: PathBuf) -> Result<(), Error> {
|
312 |
/// Whitespace rules are ignored if `collapse_whitespace` is enabled.
|
313 |
#[allow(clippy::too_many_lines)]
|
314 |
fn omit_tags(
|
142 |
#[allow(clippy::too_many_lines)]
|
143 |
pub async fn static_file<'a>(
|
2412 |
#[must_use]
|
2413 |
#[allow(clippy::too_many_lines)]
|
2414 |
pub const fn icon_to_char(icon: Icon) -> char {
|
351 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
352 |
fn on_event(
|
223 |
/// The event handling for the RGBA color area.
|
224 |
#[allow(clippy::too_many_lines)]
|
225 |
fn on_event_rgba_color(
|
1156 |
/// Draws the HSV color area.
|
1157 |
#[allow(clippy::too_many_lines)]
|
1158 |
fn hsv_color<'a, Message, B, Theme>(
|
1338 |
/// Draws the RGBA color area.
|
1339 |
#[allow(clippy::too_many_lines)]
|
1340 |
fn rgba_color<B, Theme>(
|
369 |
{
|
370 |
#[allow(clippy::too_many_lines)]
|
371 |
fn layout(
|
117 |
/// The event handling for the clock.
|
118 |
#[allow(clippy::too_many_lines)]
|
119 |
fn on_event_clock(
|
284 |
/// The event handling for the digital clock.
|
285 |
#[allow(clippy::too_many_lines)]
|
286 |
fn on_event_digital_clock(
|
1052 |
/// Draws the analog clock.
|
1053 |
#[allow(clippy::too_many_lines)]
|
1054 |
fn draw_clock<'a, Message, B, Theme>(
|
242 |
#[allow(clippy::too_many_lines)]
|
243 |
fn write_stmt(
|
513 |
#[allow(clippy::too_many_lines)]
|
514 |
fn write_expr_as(
|
392 |
#[allow(clippy::too_many_lines)]
|
393 |
fn decode_ins<'a>(code: &mut &'a [u8]) -> Option<Ins<'a>> {
|
127 |
#[allow(clippy::too_many_lines)]
|
128 |
fn build_for_list(script: &Scripto, block: &mut StmtBlock, i: usize) -> bool {
|
31 |
#[allow(clippy::too_many_lines)]
|
32 |
fn decompile_block<'a>(
|
157 |
#[allow(clippy::too_many_lines)]
|
158 |
fn decompile_stmts<'a>(
|
40 |
#[allow(clippy::too_many_lines)]
|
41 |
pub fn default_visit_stmt(script: &mut Scripto, stmt: &mut Stmt, visit: &mut dyn Visitor) {
|
72 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
73 |
fn parser<'cli>(
|
593 |
#[must_use]
|
594 |
#[allow(clippy::too_many_lines)]
|
595 |
// TODO(Shaohua): Simplify this method
|
758 |
impl fmt::Display for ValidationError<'_> {
|
759 |
#[allow(clippy::too_many_lines)] // The function is long but it does formatting only
|
760 |
#[inline]
|
90 |
/// Determine the filetype from the extension
|
91 |
#[allow(clippy::too_many_lines)]
|
92 |
#[must_use]
|
232 |
#[allow(clippy::too_many_lines)] // TODO refactor
|
233 |
fn render_frame(&mut self, engine_frame: &mut Frame) -> crate::Result<()> {
|
146 |
/// `{tag}_{frame}.{extension}`
|
147 |
#[allow(clippy::too_many_lines)]
|
148 |
// TODO refactor. Now that I know more about serde, this probably can be parsed
|
135 |
#[allow(clippy::too_many_lines)]
|
136 |
fn parse_expression(&mut self) -> anyhow::Result<Option<BoxedExpression>> {
|
159 |
#[allow(clippy::too_many_lines)]
|
160 |
fn parse_value(&mut self, token: Token) -> anyhow::Result<BoxedExpression> {
|
273 |
#[allow(clippy::too_many_lines, clippy::needless_pass_by_value)]
|
274 |
fn next_operator_token(&mut self, operation_token: Token) -> anyhow::Result<Token> {
|
286 |
#[allow(clippy::too_many_lines)]
|
287 |
fn parse_operation(
|
256 |
/// `WriteResult::Retry`, and the caller need to retry.
|
257 |
#[allow(clippy::needless_pass_by_value, clippy::too_many_lines)]
|
258 |
pub fn insert(
|
668 |
/// this method returns false, otherwise returns true.
|
669 |
#[allow(clippy::too_many_lines)]
|
670 |
fn help_relocate(
|
239 |
#[allow(clippy::too_many_lines)]
|
240 |
fn _process<P: AsRef<Path>>(
|
123 |
#[allow(clippy::cast_possible_wrap)] // The number of elements in the matrix does not exceed `isize::MAX`.
|
124 |
#[allow(clippy::too_many_lines)]
|
125 |
unsafe fn getrf_col_major<A>(mut a: ArrayViewMut2<A>, pivots: &mut [usize]) -> Option<usize>
|
10 |
#[allow(dead_code)]
|
11 |
#[allow(clippy::too_many_arguments, clippy::too_many_lines)]
|
12 |
fn lasq4<A, const PP: usize>(
|
45 |
// We allow this because this function is simply a mapping wrapper.
|
46 |
#[allow(clippy::too_many_lines)]
|
47 |
#[must_use]
|
10 |
// considerably.
|
11 |
#[allow(clippy::too_many_lines)]
|
12 |
fn default() -> Self {
|
914 |
#[test]
|
915 |
#[allow(clippy::too_many_lines)]
|
916 |
fn cycle_scratchpad_window_test() {
|
138 |
// pedantic lint.
|
139 |
#[allow(clippy::too_many_lines)]
|
140 |
fn update(&mut self, ctx: &egui::Context, frame: &mut eframe::Frame)
|
357 |
// This can't sensibly shortend or refactored.
|
358 |
#[allow(clippy::too_many_lines)]
|
359 |
pub(crate) fn handle(&self, config: &mut Config) -> BigAction
|
126 |
// lint.
|
127 |
#[allow(clippy::too_many_lines)]
|
128 |
fn to_str(&self) -> &'static str
|
2098 |
#[cfg(feature = "std")]
|
2099 |
#[allow(clippy::let_and_return, clippy::too_many_lines)]
|
2100 |
fn b2b_thread_on(
|
850 |
#[cfg(feature = "std")]
|
851 |
#[allow(clippy::type_complexity, clippy::too_many_lines)]
|
852 |
impl<MT, S, SP> RestartingMgr<MT, S, SP>
|
419 |
#[cfg(feature = "std")]
|
420 |
#[allow(clippy::type_complexity, clippy::too_many_lines)]
|
421 |
impl<MT, S, SP> SimpleRestartingEventManager<MT, S, SP>
|
751 |
/// It will store the current State to shmem, then exit.
|
752 |
#[allow(clippy::too_many_lines)]
|
753 |
pub(crate) unsafe fn inproc_crash_handler<E, EM, OF, Z>(
|
1137 |
#[allow(clippy::too_many_lines)]
|
1138 |
pub(crate) unsafe fn inproc_crash_handler<E, EM, OF, Z>(
|
194 |
#[allow(clippy::too_many_lines, clippy::cast_precision_loss)]
|
195 |
fn draw_time_chart<B>(
|
321 |
#[allow(clippy::too_many_lines)]
|
322 |
fn draw_text<B>(&mut self, f: &mut Frame<B>, app: &Arc<RwLock<TuiContext>>, area: Rect)
|
426 |
{
|
427 |
#[allow(clippy::too_many_lines)]
|
428 |
fn mutate(
|
277 |
/// May error when the underlying `Write` errors or when there is a serialization error.
|
278 |
#[allow(clippy::too_many_lines)]
|
279 |
pub fn write_message(&mut self, mut message: SymExpr) -> Result<SymExprRef> {
|
63 |
clippy::cast_precision_loss,
|
64 |
clippy::too_many_lines,
|
65 |
clippy::cast_sign_loss,
|
162 |
#[allow(clippy::too_many_lines)]
|
163 |
fn main() {
|
89 |
impl CompilerWrapper for ClangWrapper {
|
90 |
#[allow(clippy::too_many_lines)]
|
91 |
fn parse_args<S>(&mut self, args: &[S]) -> Result<&'_ mut Self, Error>
|
106 |
#[must_use]
|
107 |
#[allow(clippy::too_many_lines)]
|
108 |
pub fn new(options: FuzzerOptions) -> Self {
|
518 |
#[allow(clippy::items_after_statements)]
|
519 |
#[allow(clippy::too_many_lines)]
|
520 |
fn hook_functions(&mut self, gum: &Gum) {
|
918 |
#[allow(clippy::cast_sign_loss)]
|
919 |
#[allow(clippy::too_many_lines)]
|
920 |
extern "C" fn handle_trap(&mut self) {
|
1074 |
#[allow(clippy::cast_sign_loss)] // for displacement
|
1075 |
#[allow(clippy::too_many_lines)]
|
1076 |
extern "C" fn handle_trap(&mut self) {
|
1422 |
#[allow(clippy::unused_self, clippy::identity_op)]
|
1423 |
#[allow(clippy::too_many_lines)]
|
1424 |
fn generate_shadow_check_function(&mut self) {
|
1563 |
// identity_op appears to be a false positive in ubfx
|
1564 |
#[allow(clippy::unused_self, clippy::identity_op, clippy::too_many_lines)]
|
1565 |
fn generate_shadow_check_function(&mut self) {
|
135 |
/// Report an error
|
136 |
#[allow(clippy::too_many_lines)]
|
137 |
pub(crate) fn report_error(&mut self, error: AsanError) {
|
267 |
#[cfg(all(feature = "cmplog", target_arch = "aarch64"))]
|
268 |
#[allow(clippy::too_many_lines)]
|
269 |
#[inline]
|
166 |
/// Constructor function to create a new [`FridaInstrumentationHelper`], given a `module_name`.
|
167 |
#[allow(clippy::too_many_lines)]
|
168 |
#[must_use]
|
126 |
#[must_use]
|
127 |
#[allow(clippy::too_many_lines)]
|
128 |
pub fn parse_env_options() -> Self {
|
112 |
#[pyo3(name = "libafl_qemu")]
|
113 |
#[allow(clippy::items_after_statements, clippy::too_many_lines)]
|
114 |
pub fn python_module(py: Python, m: &PyModule) -> PyResult<()> {
|
19 |
#[allow(clippy::too_many_lines)]
|
20 |
#[must_use]
|
84 |
/// Runs the fuzzer.
|
85 |
#[allow(clippy::too_many_lines, clippy::similar_names)]
|
86 |
pub fn run(&mut self) {
|
113 |
/// Run the fuzzer
|
114 |
#[allow(clippy::too_many_lines, clippy::similar_names)]
|
115 |
pub fn run(&mut self) {
|
118 |
/// Run the fuzzer
|
119 |
#[allow(clippy::too_many_lines, clippy::similar_names)]
|
120 |
pub fn run(&mut self, emulator: &Emulator) {
|
5 |
#[allow(clippy::too_many_lines)]
|
6 |
fn main() {
|
26 |
/// Gets a pass on too_many lines for now
|
27 |
#[allow(clippy::too_many_lines)]
|
28 |
pub fn new(pool: impl Spawn) -> Pipeline {
|
31 |
#[allow(clippy::too_many_lines)]
|
32 |
fn handle_libcnb_package(args: PackageArgs) {
|
201 |
#[test]
|
202 |
#[allow(clippy::too_many_lines)]
|
203 |
fn deserialize_singlebuildpack() {
|
121 |
/// Resolves the license by scrapping the Dart pub website and then the license in github if available.
|
122 |
#[allow(clippy::too_many_lines, clippy::single_match_else)]
|
123 |
async fn resolve_hosted_dependency<R: Retriever>(
|
100 |
#[allow(clippy::too_many_lines)]
|
101 |
fn print_plugin(world: &World, p: &Plugin, nodes: &Nodes) {
|
239 |
/// `WriteResult::Retry`, and the caller need to retry.
|
240 |
#[allow(clippy::needless_pass_by_value, clippy::too_many_lines)]
|
241 |
pub fn insert(
|
628 |
/// this method returns false, otherwise returns true.
|
629 |
#[allow(clippy::too_many_lines)]
|
630 |
fn help_relocate(
|
27 |
#[allow(clippy::too_many_lines)]
|
28 |
pub fn module(router: &mut windmark::Router) {
|
129 |
#[allow(clippy::too_many_lines)]
|
130 |
fn many_module_impl(attr: &TokenStream, item: TokenStream) -> Result<TokenStream, syn::Error> {
|
286 |
/// Match two sequences.
|
287 |
#[allow(clippy::too_many_lines)]
|
288 |
fn match_sequences(
|
470 |
#[allow(clippy::too_many_lines)]
|
471 |
/// Call the corresponding state for a state name.
|
753 |
/// MISSING DOCS
|
754 |
#[allow(clippy::too_many_lines)]
|
755 |
pub fn select(
|
899 |
// all slicing done in here is only done so if a length check makes a panic impossible
|
900 |
#[allow(clippy::indexing_slicing, clippy::too_many_lines)]
|
901 |
pub fn recombine(
|
104 |
#[allow(clippy::too_many_lines)]
|
105 |
fn unicode_category(ident: &str, negative: bool) -> Result<MelodyAstNode> {
|
53 |
impl<T: Target> Beetle<T> {
|
54 |
#[allow(clippy::too_many_lines)]
|
55 |
pub fn new(target: T) -> Self {
|
22 |
#[cfg_attr(not(feature = "search"), allow(clippy::unnecessary_wraps))]
|
23 |
#[allow(clippy::too_many_lines)]
|
24 |
pub fn handle_event(
|
172 |
/// screen.
|
173 |
#[allow(clippy::too_many_lines)]
|
174 |
fn start_reactor(
|
96 |
impl InputClassifier for DefaultInputClassifier {
|
97 |
#[allow(clippy::too_many_lines)]
|
98 |
fn classify_input(&self, ev: Event, ps: &PagerState) -> Option<InputEvent> {
|
14 |
#[test]
|
15 |
#[allow(clippy::too_many_lines)]
|
16 |
fn test_kb_nav() {
|
306 |
#[test]
|
307 |
#[allow(clippy::too_many_lines)]
|
308 |
#[cfg(feature = "search")]
|
31 |
#[allow(clippy::too_many_lines)]
|
32 |
pub fn task(ctx: Context) -> impl Future<Output = ()> {
|
155 |
/// ```
|
156 |
#[allow(clippy::too_many_lines)]
|
157 |
pub fn read_from_source(
|
221 |
/// Get errno description.
|
222 |
#[allow(clippy::too_many_lines)]
|
223 |
#[must_use]
|
202 |
/// Get errno description.
|
203 |
#[allow(clippy::too_many_lines)]
|
204 |
#[must_use]
|
202 |
/// Get errno description.
|
203 |
#[allow(clippy::too_many_lines)]
|
204 |
#[must_use]
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
271 |
#[must_use]
|
272 |
#[allow(clippy::too_many_lines)]
|
273 |
pub const fn strerror(errno: Errno) -> &'static str {
|
239 |
#[allow(clippy::too_many_lines)] // TODO refactor, too many lines
|
240 |
fn modify_leaf<IndexedType, Context, Indexer, Loader>(
|
84 |
/// Unsupported type or netcdf error
|
85 |
#[allow(clippy::too_many_lines)]
|
86 |
pub fn value(&self) -> error::Result<AttrValue> {
|
533 |
#[allow(clippy::needless_pass_by_value)] // All values will be small
|
534 |
#[allow(clippy::too_many_lines)]
|
535 |
pub(crate) fn put(
|
281 |
/// gaussian probability and dividing by (1 - invalid cdf proportion)
|
282 |
#[allow(clippy::too_many_lines)]
|
283 |
fn sample_safe_star<R: Rng>(
|
1343 |
#[test]
|
1344 |
#[allow(clippy::too_many_lines)]
|
1345 |
fn jwk_set_private_key_serde_test() {
|
183 |
#[allow(clippy::too_many_lines)]
|
184 |
#[allow(clippy::cast_sign_loss)]
|
619 |
#[allow(clippy::too_many_lines)]
|
620 |
#[allow(clippy::let_and_return)]
|
900 |
/// Builds the [`JSCameraConstraints`]
|
901 |
#[allow(clippy::too_many_lines)]
|
902 |
#[must_use]
|
2114 |
#[allow(clippy::too_many_lines)]
|
2115 |
fn draw_to_canvas(&mut self) -> Result<(), NokhwaError> {
|
2294 |
#[allow(clippy::must_use_candidate)]
|
2295 |
#[allow(clippy::too_many_lines)]
|
2296 |
pub fn frame_canvas_copy(
|
134 |
/// This function will error if the camera is currently busy or if `V4L2` can't read device information.
|
135 |
#[allow(clippy::too_many_lines)]
|
136 |
pub fn new(index: &CameraIndex, cam_fmt: RequestedFormat) -> Result<Self, NokhwaError> {
|
848 |
/// This function will error if the camera is currently busy or if `V4L2` can't read device information.
|
849 |
#[allow(clippy::too_many_lines)]
|
850 |
pub fn new(index: &CameraIndex, cam_fmt: RequestedFormat) -> Result<Self, NokhwaError> {
|
83 |
#[must_use]
|
84 |
#[allow(clippy::too_many_lines)]
|
85 |
pub fn fulfill(&self, all_formats: &[CameraFormat]) -> Option<CameraFormat> {
|
433 |
#[allow(clippy::too_many_lines)]
|
434 |
fn search_mutable(
|
17 |
#[tokio::main]
|
18 |
#[allow(clippy::too_many_lines)]
|
19 |
async fn main() {
|
122 |
/// The `opa` binary must be found in any of the system paths.
|
123 |
#[allow(clippy::missing_panics_doc, clippy::too_many_lines)]
|
124 |
pub fn compile(self) -> Result<(), anyhow::Error> {
|
31 |
#[allow(clippy::too_many_lines)]
|
32 |
pub fn parse_statement(&mut self, attributes: Attributes) -> Result<StatementId> {
|
155 |
impl Error {
|
156 |
#[allow(clippy::too_many_lines)]
|
157 |
pub fn print(self, source_map: &SourceMap, translate_lines: bool) {
|
1000 |
impl Warning {
|
1001 |
#[allow(clippy::too_many_lines)]
|
1002 |
pub fn print(&self, source_map: &SourceMap, translate_lines: bool) {
|
169 |
#[allow(clippy::too_many_lines)]
|
170 |
pub(super) fn parse_atom(&mut self) -> Result<Node<Expression>> {
|
28 |
#[allow(clippy::too_many_lines)]
|
29 |
/// Parses a Module and all its items
|
220 |
#[allow(clippy::too_many_lines)]
|
221 |
fn parse_function(&mut self, attributes: Attributes) -> Result {
|
24 |
impl<'lt, 'source_map> Parser<'lt, 'source_map> {
|
25 |
#[allow(clippy::too_many_lines)]
|
26 |
pub fn parse_nature(&mut self, attributes: Attributes) -> Result {
|
70 |
#[allow(clippy::too_many_lines)]
|
71 |
fn decode_buffer(id: u16, reader: &mut BufReader<&[u8]>) -> io::Result<NpcDefinition> {
|
1 |
mod inv_def;
|
2 |
#[allow(clippy::too_many_lines)]
|
3 |
mod item_def;
|
6 |
mod npc_def;
|
7 |
#[allow(clippy::too_many_lines)]
|
8 |
mod obj_def;
|
4 |
mod huffman;
|
5 |
#[allow(clippy::many_single_char_names, clippy::too_many_lines)]
|
6 |
mod isaac_rand;
|
141 |
/// Handle any keyboard button events
|
142 |
#[allow(clippy::too_many_lines)]
|
143 |
async fn button_press(&mut self, key_code: KeyCode) {
|
331 |
/// TODO Should seperate into loading icon/headers/help functions
|
332 |
#[allow(clippy::too_many_lines)]
|
333 |
pub fn heading_bar<B: Backend>(
|
216 |
#[cfg(unix)]
|
217 |
#[allow(clippy::too_many_lines)]
|
218 |
pub fn fork(orphan: bool) -> nix::Result<ForkResult> {
|
158 |
#[allow(clippy::too_many_lines)]
|
159 |
fn main() {
|
158 |
#[allow(clippy::too_many_lines)]
|
159 |
#[allow(clippy::similar_names)]
|
1 |
#[allow(clippy::too_many_lines)]
|
2 |
#[test]
|
500 |
#[allow(clippy::trivially_copy_pass_by_ref)]
|
501 |
#[allow(clippy::too_many_lines)]
|
502 |
fn new_engine(py: &'p pyo3::Python, venv_path: Option<&str>) -> Result<Self, Error> {
|
227 |
#[must_use]
|
228 |
#[allow(clippy::too_many_lines)]
|
229 |
#[allow(clippy::cognitive_complexity)]
|
232 |
#[allow(clippy::too_many_lines)]
|
233 |
#[allow(clippy::cognitive_complexity)]
|
213 |
#[allow(clippy::too_many_lines)]
|
214 |
pub fn to_token(s: &str, strict: bool) -> PinyinToken {
|
62 |
/// This takes an already existing implementation of a [Game](crate::Game) `G`
|
63 |
#[allow(clippy::too_many_lines, clippy::missing_panics_doc)]
|
64 |
pub fn run<G: crate::Game + 'static>(mut self, mut game: G) -> ! {
|
366 |
clippy::cast_precision_loss,
|
367 |
clippy::too_many_lines,
|
368 |
clippy::cast_sign_loss,
|
72 |
#[allow(clippy::too_many_lines)]
|
73 |
pub fn new(field_contents: &'manifest str) -> Result<Self> {
|
19 |
#[allow(clippy::unwrap_used)]
|
20 |
#[allow(clippy::too_many_lines)]
|
21 |
pub fn resolve(
|
85 |
/// Creates a new field that is conforming to the FLD33 field format.
|
86 |
#[allow(clippy::too_many_lines)]
|
87 |
pub fn new(name: &str) -> std::string::String {
|
17 |
#[allow(clippy::too_many_lines)]
|
18 |
pub fn prepare(config: &PlowConfig) -> Result<(), CliError> {
|
58 |
#[allow(clippy::too_many_lines)]
|
59 |
pub fn run_command_flow(
|
55 |
#[allow(clippy::too_many_lines)]
|
56 |
pub fn sync(config: &PlowConfig) -> Result<InMemoryRegistry, CliError> {
|
82 |
#[allow(clippy::missing_panics_doc)]
|
83 |
#[allow(clippy::too_many_lines)]
|
84 |
pub fn document_to_graph(document: &TurtleDocument) -> Result<GraphRef, RDFParseError> {
|
256 |
/// ```
|
257 |
#[allow(clippy::too_many_lines)]
|
258 |
pub fn validate_semantic_version_requirement_literal(
|
482 |
#[test]
|
483 |
#[allow(clippy::too_many_lines)]
|
484 |
fn test_from_reader3() -> Result<()> {
|
1373 |
#[test]
|
1374 |
#[allow(clippy::cognitive_complexity, clippy::too_many_lines)]
|
1375 |
fn integer_casts() {
|
23 |
/// generate the commandline options available
|
24 |
#[allow(clippy::too_many_lines)]
|
25 |
fn generate_cli() -> App<'static, 'static> {
|
88 |
clippy::future_not_send,
|
89 |
clippy::too_many_lines,
|
90 |
unknown_lints,
|
403 |
/// Process all the events related to editing links.
|
404 |
#[allow(clippy::too_many_lines)]
|
405 |
pub fn process_edit_messages(msg: EditMsg, model: &mut Model, orders: &mut impl Orders<Msg>) {
|
229 |
#[allow(clippy::too_many_lines)]
|
230 |
async fn benchmark(
|
344 |
#[tokio::main(worker_threads = 1)]
|
345 |
#[allow(clippy::too_many_lines)]
|
346 |
async fn main() {
|
304 |
/// Will return Err on communcation errors
|
305 |
#[allow(clippy::too_many_lines)]
|
306 |
pub async fn connect(config: &Config) -> Result<Self, Error> {
|
222 |
#[allow(clippy::too_many_lines)]
|
223 |
#[allow(clippy::mutable_key_type)]
|
812 |
#[allow(clippy::too_many_lines)]
|
813 |
async fn run_server(
|
1084 |
#[allow(clippy::too_many_lines)]
|
1085 |
fn main() {
|
1348 |
#[allow(clippy::too_many_lines)]
|
1349 |
async fn handler(req: Request<Body>) -> Result<Response<Body>, Infallible> {
|
38 |
impl<'c> RenderingContext<'c> {
|
39 |
#[allow(clippy::too_many_lines)]
|
40 |
pub fn token_stream(&self, public_item: &IntermediatePublicItem<'c>) -> Vec<Token> {
|
553 |
#[allow(clippy::too_many_lines)]
|
554 |
fn r_object(p: &mut RFile<impl Read>) -> Result<Option<Obj>> {
|
169 |
#[allow(clippy::too_many_lines)]
|
170 |
fn r_object(p: &mut RFile<impl Read>) -> ParseResult<Option<Obj>> {
|
25 |
/// Runs the program and returns the result.
|
26 |
#[allow(clippy::too_many_lines)]
|
27 |
pub fn run() -> anyhow::Result<()> {
|
409 |
/// See the variants on the [`ConversionError`] enum for more information.
|
410 |
#[allow(clippy::too_many_lines)]
|
411 |
pub async fn convert(
|
36 |
/// list, if possible
|
37 |
#[allow(clippy::too_many_lines)]
|
38 |
pub fn run(
|
846 |
/// if applicable, either one is less, shorter, or a singleton.
|
847 |
#[allow(clippy::too_many_lines)]
|
848 |
#[must_use]
|
27 |
/// ```
|
28 |
#[allow(clippy::too_many_lines, clippy::expect_used)]
|
29 |
#[must_use]
|
27 |
/// ```
|
28 |
#[allow(clippy::too_many_lines)]
|
29 |
#[must_use]
|
39 |
/// ```
|
40 |
#[allow(clippy::too_many_lines)]
|
41 |
#[must_use]
|
36 |
/// ```
|
37 |
#[allow(clippy::too_many_lines)]
|
38 |
#[must_use]
|
287 |
#[allow(clippy::too_many_lines)]
|
288 |
fn render_center(
|
59 |
#[allow(clippy::too_many_lines)]
|
60 |
fn build_app() -> Command<'static> {
|
106 |
#[allow(clippy::too_many_lines)]
|
107 |
fn main() {
|
780 |
#[allow(clippy::too_many_lines)]
|
781 |
#[test]
|
289 |
/// Parse frame buffer
|
290 |
#[allow(clippy::too_many_lines)]
|
291 |
pub fn parse(&mut self) -> Result<(), ErrorKind> {
|
9 |
#[allow(clippy::too_many_lines)]
|
10 |
pub fn rm_options() -> Command<'static> {
|
632 |
/// So if you want a valid string, it's smarter to always use `rrule.validate(ds_start)?.to_string()`.
|
633 |
#[allow(clippy::too_many_lines)]
|
634 |
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
83 |
/// Takes a map of [`RRuleProperty`] and returns an [`RRule`].
|
84 |
#[allow(clippy::too_many_lines)]
|
85 |
fn props_to_rrule(
|
70 |
#[allow(clippy::too_many_lines)]
|
71 |
fn decode_buffer(id: u16, reader: &mut BufReader<&[u8]>) -> io::Result<NpcDefinition> {
|
1 |
#[allow(clippy::too_many_lines)]
|
2 |
mod item_def;
|
5 |
mod npc_def;
|
6 |
#[allow(clippy::too_many_lines)]
|
7 |
mod obj_def;
|
1 |
#[allow(clippy::too_many_lines)]
|
2 |
mod item_def;
|
4 |
mod huffman;
|
5 |
#[allow(clippy::many_single_char_names, clippy::too_many_lines)]
|
6 |
mod isaac_rand;
|
987 |
#[inline]
|
988 |
#[allow(clippy::too_many_lines)]
|
989 |
fn atom_escape(&mut self, start: usize, extended: bool) -> Result<Node> {
|
844 |
// I know this deserialization is ugly, but I cannot think of better alternative
|
845 |
#[allow(clippy::too_many_lines)]
|
846 |
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
|
113 |
/// It makes the code less readable. It is only good for chaining and type changing.
|
114 |
#[allow(clippy::too_many_lines, clippy::type_complexity)]
|
115 |
fn fill_element_builder<'a>(
|
142 |
#[allow(clippy::unneeded_field_pattern)]
|
143 |
#[allow(clippy::too_many_lines)] // I know is long
|
144 |
fn setup_ws_msg_recv(ws: &WebSocket, vdom: VdomWeak) {
|
51 |
#[allow(clippy::too_many_lines)]
|
52 |
fn main() {
|
51 |
#[cfg(not(tarpaulin_include))]
|
52 |
#[allow(clippy::too_many_lines)]
|
53 |
/// Faster Nmap scanning with Rust
|
71 |
/// extension is enabled.
|
72 |
#[allow(clippy::too_many_lines)]
|
73 |
pub async fn create_file(
|
256 |
impl<'s> quote::ToTokens for MethodTest<'s> {
|
257 |
#[allow(clippy::too_many_lines)]
|
258 |
fn to_tokens(&self, tokens: &mut pm2::TokenStream) {
|
20 |
/// ```
|
21 |
#[allow(clippy::too_many_lines)]
|
22 |
fn main() {
|
35 |
/// `matcher` crate is moved to this crate.
|
36 |
#[allow(clippy::too_many_lines)]
|
37 |
fn main() {
|
243 |
#[allow(clippy::too_many_lines)]
|
244 |
fn build(
|
411 |
#[must_use]
|
412 |
#[allow(clippy::too_many_lines)]
|
413 |
pub fn generate(final_node: &FinalNode) -> safe_proc_macro2::TokenStream {
|
557 |
/// rules. This is necessary for operator precedence.
|
558 |
#[allow(clippy::too_many_lines)]
|
559 |
fn apply_rule_once(
|
148 |
#[test]
|
149 |
#[allow(clippy::too_many_lines)]
|
150 |
fn seq() {
|
261 |
#[allow(clippy::too_many_lines)]
|
262 |
fn hashmap_benchmark<T: 'static + ConvertFromUsize + Clone + Eq + Hash + Ord + Send + Sync>(
|
389 |
#[allow(clippy::too_many_lines)]
|
390 |
fn hashindex_benchmark<
|
519 |
#[allow(clippy::too_many_lines)]
|
520 |
fn treeindex_benchmark<T: 'static + ConvertFromUsize + Clone + Hash + Ord + Send + Sync>(
|
825 |
#[allow(clippy::too_many_lines)]
|
826 |
async fn hashmap_benchmark(workload_size: usize, num_tasks_list: Vec<usize>) {
|
1054 |
#[allow(clippy::too_many_lines)]
|
1055 |
async fn hashindex_benchmark(workload_size: usize, num_tasks_list: Vec<usize>) {
|
375 |
/// Returns an error if a retry is required.
|
376 |
#[allow(clippy::too_many_arguments, clippy::too_many_lines)]
|
377 |
pub(super) fn split_node<D: DeriveAsyncWait>(
|
359 |
/// Splits itself into the given leaf nodes, and returns the middle key value.
|
360 |
#[allow(clippy::too_many_lines)]
|
361 |
pub(super) fn split_leaf_node<'b>(
|
9 |
impl Sci {
|
10 |
#[allow(clippy::too_many_lines)]
|
11 |
pub(crate) fn from_bytes(bytes: &[u8]) -> Result<Sci, ConversionError> {
|
26 |
/// Runs the program and returns the result.
|
27 |
#[allow(clippy::too_many_lines)]
|
28 |
pub fn run() -> anyhow::Result<()> {
|
320 |
#[allow(clippy::too_many_lines)]
|
321 |
impl<Ms> From<&web_sys::Element> for El<Ms> {
|
323 |
/// and markdown strings. Includes children, recursively added.
|
324 |
#[allow(clippy::too_many_lines)]
|
325 |
fn from(ws_el: &web_sys::Element) -> Self {
|
16 |
#[tokio::test(flavor = "multi_thread")]
|
17 |
#[allow(clippy::too_many_lines)]
|
18 |
async fn breadcrumb() -> Result<()> {
|
17 |
#[tokio::test(flavor = "multi_thread")]
|
18 |
#[allow(clippy::too_many_lines)]
|
19 |
async fn lib() -> Result<()> {
|
39 |
#[allow(clippy::too_many_lines)]
|
40 |
pub fn gemini_to_html(
|
25 |
#[allow(clippy::unused_async, clippy::future_not_send, clippy::too_many_lines)]
|
26 |
pub async fn default(
|
914 |
impl PartialEq for Token {
|
915 |
#[allow(clippy::too_many_lines)] // The large amount of lines comes from the large amount of variants.
|
916 |
fn eq(&self, other: &Self) -> bool {
|
183 |
clippy::unnecessary_wraps,
|
184 |
clippy::too_many_lines
|
185 |
)]
|
720 |
#[allow(clippy::too_many_lines)]
|
721 |
fn expr(&mut self, expr: &mut Expr, is_func: bool) {
|
100 |
#[wasm_bindgen_test]
|
101 |
#[allow(clippy::too_many_lines)]
|
102 |
fn main() {
|
24 |
clippy::transmute_ptr_to_ptr,
|
25 |
clippy::too_many_lines,
|
26 |
clippy::cast_ptr_alignment,
|
28 |
clippy::if_not_else,
|
29 |
clippy::too_many_lines
|
30 |
)]
|
48 |
clippy::cast_ptr_alignment,
|
49 |
clippy::too_many_lines
|
50 |
)]
|
78 |
clippy::cast_precision_loss,
|
79 |
clippy::too_many_lines
|
80 |
)]
|
359 |
clippy::cast_possible_wrap,
|
360 |
clippy::too_many_lines
|
361 |
)]
|
38 |
clippy::cast_possible_truncation,
|
39 |
clippy::too_many_lines
|
40 |
)]
|
19 |
clippy::cast_possible_wrap,
|
20 |
clippy::too_many_lines
|
21 |
)]
|
25 |
clippy::cast_possible_wrap,
|
26 |
clippy::too_many_lines
|
27 |
)]
|
107 |
clippy::cognitive_complexity,
|
108 |
clippy::too_many_lines,
|
109 |
unused_unsafe,
|
228 |
/// Will return `XMLError` if there is a problem creating XML elements.
|
229 |
#[allow(clippy::too_many_lines)]
|
230 |
pub fn to_xml(self) -> Result<XMLElement, XMLError> {
|
872 |
#[test]
|
873 |
#[allow(clippy::similar_names, clippy::too_many_lines)]
|
874 |
/// This test is taken from the original paper
|
282 |
#[allow(clippy::too_many_lines)]
|
283 |
fn complete(
|
259 |
#[allow(clippy::too_many_lines)]
|
260 |
#[test]
|
89 |
impl Cmd {
|
90 |
#[allow(clippy::too_many_lines)]
|
91 |
pub fn run(&self) -> Result<(), Error> {
|
80 |
#[allow(clippy::too_many_lines)]
|
81 |
pub fn from_json(v: &Value, t: &ScSpecTypeDef) -> Result<ScVal, Error> {
|
25 |
impl Cmd {
|
26 |
#[allow(clippy::too_many_lines)]
|
27 |
pub fn run(&self) -> Result<(), Error> {
|
227 |
#[allow(clippy::too_many_lines)]
|
228 |
pub fn derive_contract_function_set<'a>(
|
10 |
#[allow(clippy::too_many_lines)]
|
11 |
pub fn map_type(t: &Type) -> Result<ScSpecTypeDef, Error> {
|
161 |
#[allow(clippy::panic)]
|
162 |
#[allow(clippy::too_many_lines)]
|
163 |
#[must_use]
|
119 |
/// Returns the error the backend might return
|
120 |
#[allow(clippy::too_many_lines)]
|
121 |
async fn update(&self, event: &Event) -> Result<(), Error<Self::Error>> {
|
74 |
/// messages or adding members in it
|
75 |
#[allow(rust_2021_incompatible_closure_captures, clippy::too_many_lines)]
|
76 |
pub async fn new(cache: T, token: &str) -> Result<Self, anyhow::Error> {
|
266 |
/// Does tests related to caching messages
|
267 |
#[allow(clippy::too_many_lines)]
|
268 |
pub async fn messages(&mut self) -> Result<(), anyhow::Error> {
|
581 |
/// are equal
|
582 |
#[allow(clippy::too_many_lines)]
|
583 |
async fn assert_messages_eq(&mut self) -> Result<(), anyhow::Error> {
|
77 |
#[allow(clippy::cognitive_complexity, clippy::too_many_lines)]
|
78 |
fn spdx_from_atoms(atoms: &[Atom]) -> Result<SPDX, SpdxError> {
|
277 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)]
|
278 |
fn process_atom_for_packages(
|
710 |
#[cfg(test)]
|
711 |
#[allow(clippy::too_many_lines)]
|
712 |
mod test_super {
|
144 |
#[allow(clippy::too_many_lines)]
|
145 |
#[must_use]
|
28 |
#[allow(clippy::too_many_lines)]
|
29 |
fn build_engine(messages: Rc<RefCell<Vec<String>>>, indent: String, debug: bool) -> Engine {
|
163 |
#[allow(clippy::too_many_lines)]
|
164 |
pub fn parse(content: &str, namespace: Namespace) -> Result<SsdcFile, ParseError> {
|
178 |
#[allow(clippy::too_many_lines)]
|
179 |
pub fn fast_gaussian_horizontal(&self, input: &[f32], output: &mut [f32], width: usize) {
|
305 |
impl Msssim {
|
306 |
#[allow(clippy::too_many_lines)]
|
307 |
pub fn score(&self) -> f64 {
|
200 |
#[allow(clippy::too_many_lines, clippy::similar_names)]
|
201 |
fn render_with_hints(&self, table: &Table, hints: &[RenderHint]) -> Self::Output {
|
21 |
#[allow(clippy::too_many_lines)]
|
22 |
fn stateroom_wasm_impl(item: &proc_macro2::TokenStream) -> proc_macro2::TokenStream {
|
1 |
#[allow(clippy::too_many_lines)] // giant match block
|
2 |
pub(crate) fn ext_to_mime(ext: &str) -> Option<&'static str> {
|
48 |
#[allow(clippy::unreadable_literal)]
|
49 |
#[allow(clippy::too_many_lines)]
|
50 |
#[test]
|
30171 |
#[must_use]
|
30172 |
#[allow(clippy::too_many_lines)]
|
30173 |
pub const fn name(&self) -> &'static str {
|
30489 |
#[must_use]
|
30490 |
#[allow(clippy::too_many_lines)]
|
30491 |
pub const fn variants() -> [TypeVariant; 305] {
|
30510 |
type Err = Error;
|
30511 |
#[allow(clippy::too_many_lines)]
|
30512 |
fn from_str(s: &str) -> Result<Self> {
|
31765 |
#[cfg(feature = "std")]
|
31766 |
#[allow(clippy::too_many_lines)]
|
31767 |
pub fn read_xdr(v: TypeVariant, r: &mut impl Read) -> Result<Self> {
|
32639 |
#[cfg(feature = "std")]
|
32640 |
#[allow(clippy::too_many_lines)]
|
32641 |
pub fn read_xdr_iter<R: Read>(
|
37467 |
#[must_use]
|
37468 |
#[allow(clippy::too_many_lines)]
|
37469 |
pub const fn name(&self) -> &'static str {
|
37870 |
#[must_use]
|
37871 |
#[allow(clippy::too_many_lines)]
|
37872 |
pub const fn variants() -> [TypeVariant; 390] {
|
37891 |
type Err = Error;
|
37892 |
#[allow(clippy::too_many_lines)]
|
37893 |
fn from_str(s: &str) -> Result<Self> {
|
39488 |
#[cfg(feature = "std")]
|
39489 |
#[allow(clippy::too_many_lines)]
|
39490 |
pub fn read_xdr(v: TypeVariant, r: &mut impl Read) -> Result<Self> {
|
40603 |
#[cfg(feature = "std")]
|
40604 |
#[allow(clippy::too_many_lines)]
|
40605 |
pub fn read_xdr_iter<R: Read>(
|
3 |
#[allow(clippy::too_many_lines)]
|
4 |
pub fn app() -> App<'static, 'static> {
|
473 |
/// Format time using the formatting directive.
|
474 |
#[allow(clippy::too_many_lines)]
|
475 |
fn fmt(&self, f: &mut SizeLimiter<'_>, time: &impl CheckedTime) -> Result<(), Error> {
|
375 |
#[must_use]
|
376 |
#[allow(clippy::too_many_lines)]
|
377 |
pub(crate) fn n_largest_count_enum(
|
220 |
#[allow(clippy::too_many_lines)]
|
221 |
pub fn main() {
|
330 |
#[allow(clippy::too_many_lines)]
|
331 |
fn expr(&self, expr: &Binding<&hir::Expr<'_>>) {
|
556 |
// for other types.
|
557 |
#[allow(clippy::too_many_lines)]
|
558 |
pub fn for_each_unconsumed_temporary<'tcx, B>(
|
59 |
#[allow(clippy::cast_precision_loss)]
|
60 |
#[allow(clippy::too_many_lines)]
|
61 |
pub async fn bounded<T: ScalarObjectiveFunction>(
|
12 |
/// Will return `SwoopErrors::ArgumentError` is passed tolerance `xtol` is negative
|
13 |
#[allow(clippy::too_many_lines)]
|
14 |
pub async fn brent<T: ScalarObjectiveFunction>(
|
27 |
#[allow(clippy::too_many_lines)]
|
28 |
pub fn ui<B: tui::backend::Backend>(
|
400 |
/// ```
|
401 |
#[allow(clippy::too_many_lines)]
|
402 |
pub fn parse<T: AsRef<str>>(symbol: T) -> Result<Symbol, SymbologyError> {
|
551 |
mod tests {
|
552 |
#![allow(clippy::unwrap_used, clippy::too_many_lines, clippy::similar_names)]
|
553 |
use super::*;
|
27 |
/// Obtain the rust syntax highlighter
|
28 |
#[allow(clippy::missing_panics_doc, clippy::too_many_lines)]
|
29 |
#[must_use]
|
108 |
// Program entrypoint
|
109 |
#[allow(clippy::too_many_lines)]
|
110 |
fn entry() -> Result<(), String> {
|
55 |
//TODO: Atomic file replacements.
|
56 |
#[allow(clippy::too_many_lines)]
|
57 |
#[quit::main]
|
180 |
#[rustfmt::skip]
|
181 |
#[allow(clippy::too_many_lines)]
|
182 |
fn test_get_bits() {
|
1169 |
#[allow(clippy::cognitive_complexity)]
|
1170 |
#[allow(clippy::too_many_lines)] // can't split the huge match
|
1171 |
fn handle_message_update(&self, bot: Arc<Bot>, message: types::Message) {
|
1396 |
#[allow(clippy::too_many_lines, clippy::cognitive_complexity)] // can't split the huge match
|
1397 |
fn handle_message_edit_update(
|
127 |
#[allow(clippy::too_many_lines)] // nothing to split
|
128 |
fn visit_map<V>(self, mut map: V) -> Result<Self::Value, V::Error>
|
157 |
#[allow(clippy::cognitive_complexity)] // can't do much
|
158 |
#[allow(clippy::too_many_lines)]
|
159 |
fn visit_map<V>(self, mut map: V) -> Result<Self::Value, V::Error>
|
58 |
#[allow(clippy::too_many_lines)]
|
59 |
fn visit_map<V>(self, mut map: V) -> Result<Self::Value, V::Error>
|
100 |
#[must_use]
|
101 |
#[allow(clippy::too_many_lines)]
|
102 |
pub fn entities(text: &message::Text) -> Vec<Entity> {
|
328 |
impl From<RawMessage> for Message {
|
329 |
#[allow(clippy::too_many_lines)]
|
330 |
fn from(raw: RawMessage) -> Message {
|
502 |
impl From<Message> for RawMessage {
|
503 |
#[allow(clippy::too_many_lines)]
|
504 |
fn from(message: Message) -> RawMessage {
|
282 |
impl From<RawMessage> for Message {
|
283 |
#[allow(clippy::too_many_lines)]
|
284 |
fn from(raw: RawMessage) -> Message {
|
424 |
impl From<Message> for RawMessage {
|
425 |
#[allow(clippy::too_many_lines)]
|
426 |
fn from(message: Message) -> RawMessage {
|
400 |
#[allow(clippy::too_many_lines)]
|
401 |
fn process(&mut self) {
|
21 |
#[allow(clippy::too_many_lines)]
|
22 |
fn command_result(cmd: &Command) -> Result<(), Box<dyn Error>> {
|
340 |
impl Default for Keys {
|
341 |
#[allow(clippy::too_many_lines)]
|
342 |
fn default() -> Self {
|
60 |
impl MpvBackend {
|
61 |
#[allow(clippy::too_many_lines)]
|
62 |
pub fn new(config: &Settings, tx: Sender<PlayerMsg>) -> Self {
|
102 |
impl Player {
|
103 |
#[allow(clippy::too_many_lines)]
|
104 |
pub fn new(config: &Settings, tx: Sender<PlayerMsg>) -> Self {
|
260 |
#[allow(clippy::too_many_lines)]
|
261 |
pub fn download(&self, file: &str, tx_tageditor: &Sender<Msg>) -> Result<()> {
|
440 |
/// Render component when tab is open
|
441 |
#[allow(clippy::too_many_lines)]
|
442 |
fn render_open_tab(&mut self, render: &mut Frame<'_>, area: Rect) {
|
1221 |
impl Component<Msg, NoUserEvent> for KEModifierSelect {
|
1222 |
#[allow(clippy::too_many_lines)]
|
1223 |
fn on(&mut self, ev: Event<NoUserEvent>) -> Option<Msg> {
|
28 |
impl Model {
|
29 |
#[allow(clippy::too_many_lines)]
|
30 |
pub fn update_config_editor(&mut self, msg: &ConfigEditorMsg) -> Option<Msg> {
|
270 |
#[allow(clippy::too_many_lines)]
|
271 |
fn update_key_focus(&mut self, msg: &KFMsg) {
|
68 |
impl Model {
|
69 |
#[allow(clippy::too_many_lines)]
|
70 |
pub fn view_config_editor_general(&mut self) {
|
213 |
#[allow(clippy::too_many_lines)]
|
214 |
pub fn view_config_editor_color(&mut self) {
|
294 |
impl Modifiers {
|
295 |
#[allow(clippy::too_many_lines)]
|
296 |
pub(crate) fn parse(
|
168 |
// Parse the command-line arguments.
|
169 |
#[allow(clippy::too_many_lines)]
|
170 |
fn settings() -> Result<Settings, Failure> {
|
584 |
// Program entrypoint
|
585 |
#[allow(clippy::too_many_lines)]
|
586 |
fn entry() -> Result<(), Failure> {
|
43 |
#[allow(clippy::too_many_arguments)]
|
44 |
#[allow(clippy::too_many_lines)]
|
45 |
pub fn run(
|
300 |
// Check that all dependencies exist and form a DAG (no cycles).
|
301 |
#[allow(clippy::too_many_lines)]
|
302 |
fn check_dependencies<'a>(toastfile: &'a Toastfile) -> Result<(), Failure> {
|
470 |
// Check that a task is valid.
|
471 |
#[allow(clippy::too_many_lines)]
|
472 |
fn check_task(name: &str, task: &Task) -> Result<(), Failure> {
|
699 |
#[test]
|
700 |
#[allow(clippy::too_many_lines)]
|
701 |
fn parse_comprehensive_task() {
|
927 |
#[allow(clippy::cast_possible_truncation, clippy::too_many_lines)]
|
928 |
fn decode(&mut self, src: &mut BytesMut) -> Result<Option<Self::Item>, Self::Error> {
|
492 |
#[allow(clippy::too_many_lines)]
|
493 |
/// Updates the metadata for the `Targets` role named `name`
|
132 |
impl<'a> From<&Bincode> for BincodeOptions {
|
133 |
#[allow(clippy::too_many_lines)]
|
134 |
fn from(settings: &Bincode) -> Self {
|
934 |
#[test]
|
935 |
#[allow(clippy::too_many_lines)]
|
936 |
fn format_tests() {
|
77 |
#[allow(clippy::too_many_lines)]
|
78 |
pub(crate) fn up_script<'registry>(
|
274 |
#[test]
|
275 |
#[allow(clippy::too_many_lines)]
|
276 |
fn pp_is_exclusive() {
|
56 |
impl<'run, 'script: 'run> ImutExprVisitor<'script> for ConstFolder<'run, 'script> {
|
57 |
#[allow(clippy::too_many_lines, clippy::match_same_arms)]
|
58 |
fn leave_expr(&mut self, e: &mut ImutExpr<'script>) -> Result<()> {
|
1226 |
clippy::option_if_let_else,
|
1227 |
clippy::too_many_lines
|
1228 |
)]
|
197 |
}
|
198 |
#[allow(clippy::too_many_lines)]
|
199 |
pub(crate) fn expr(&self) -> ErrorLocation {
|
317 |
#[allow(clippy::too_many_lines)]
|
318 |
#[test]
|
316 |
/// on io errors
|
317 |
#[allow(clippy::cast_possible_truncation, clippy::too_many_lines)]
|
318 |
fn highlight_errors_indent(
|
86 |
#[inline]
|
87 |
#[allow(clippy::too_many_lines)]
|
88 |
fn match_expr<'run, 'event>(
|
142 |
#[allow(clippy::too_many_lines)]
|
143 |
#[inline]
|
359 |
#[allow(clippy::too_many_lines)]
|
360 |
fn match_expr<'run, 'event>(
|
297 |
#[allow(clippy::too_many_lines)]
|
298 |
fn try_from(data: (Args, u16)) -> Result<Self, Self::Error> {
|
559 |
clippy::cognitive_complexity,
|
560 |
clippy::too_many_lines,
|
561 |
clippy::bool_assert_comparison
|
269 |
#[allow(clippy::too_many_lines)]
|
270 |
fn render(mut self, area: Rect, buf: &mut Buffer, state: &mut Self::State) {
|
137 |
/// [`Error::PrivateChannelMissingRecipient`]
|
138 |
#[allow(clippy::too_many_lines)]
|
139 |
async fn update(&self, event: &Event) -> Result<(), Error<Self::Error>> {
|
14 |
impl InMemoryCache {
|
15 |
#[allow(clippy::too_many_lines)]
|
16 |
fn cache_guild(&self, guild: Guild) {
|
299 |
#[allow(clippy::too_many_lines)]
|
300 |
#[test]
|
90 |
#[allow(clippy::too_many_lines)]
|
91 |
#[test]
|
32 |
#[allow(clippy::too_many_lines)]
|
33 |
pub fn cache_with_message_and_reactions() -> InMemoryCache {
|
316 |
/// [`TITLE_LENGTH_LIMIT`]: Self::TITLE_LENGTH_LIMIT
|
317 |
#[allow(clippy::too_many_lines)]
|
318 |
#[must_use = "should be used as part of something like a message"]
|
927 |
/// [`GatewayEvent`]: twilight_model::gateway::event::GatewayEvent
|
928 |
#[allow(clippy::too_many_lines)]
|
929 |
async fn process(&mut self, event: &str) -> Result<(), ProcessError> {
|
1106 |
/// [`GetGuild`]: Self::GetGuild
|
1107 |
#[allow(clippy::too_many_lines)]
|
1108 |
pub const fn method(&self) -> Method {
|
1305 |
/// [`Ratelimiter`]: twilight_http_ratelimiting::Ratelimiter
|
1306 |
#[allow(clippy::too_many_lines)]
|
1307 |
pub fn to_path(&self) -> Path {
|
1622 |
// <https://github.com/rust-lang/rust/issues/10761>
|
1623 |
#[allow(clippy::too_many_lines)]
|
1624 |
fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult {
|
311 |
/// ```
|
312 |
#[allow(clippy::enum_glob_use, clippy::too_many_lines)]
|
313 |
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
187 |
#[allow(clippy::too_many_lines)]
|
188 |
#[test]
|
107 |
#[test]
|
108 |
#[allow(clippy::too_many_lines)]
|
109 |
fn command_option_full() {
|
73 |
impl<'de> Deserialize<'de> for CommandDataOption {
|
74 |
#[allow(clippy::too_many_lines)]
|
75 |
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error> {
|
132 |
#[allow(clippy::too_many_lines)]
|
133 |
fn visit_map<A: MapAccess<'de>>(self, mut map: A) -> Result<Self::Value, A::Error> {
|
114 |
#[test]
|
115 |
#[allow(clippy::too_many_lines)]
|
116 |
fn test_data_resolved() -> Result<(), TimestampParseError> {
|
186 |
#[allow(clippy::too_many_lines)]
|
187 |
fn visit_map<V: MapAccess<'de>>(self, mut map: V) -> Result<Self::Value, V::Error> {
|
434 |
#[test]
|
435 |
#[allow(clippy::too_many_lines)]
|
436 |
fn test_interaction_full() -> Result<(), TimestampParseError> {
|
214 |
#[allow(clippy::too_many_lines)]
|
215 |
fn visit_map<V: MapAccess<'de>>(self, mut map: V) -> Result<Self::Value, V::Error> {
|
685 |
#[allow(clippy::too_many_lines)]
|
686 |
#[test]
|
111 |
#[allow(clippy::too_many_lines)]
|
112 |
#[test]
|
39 |
#[allow(clippy::too_many_lines)]
|
40 |
#[test]
|
1412 |
#[test]
|
1413 |
#[allow(clippy::too_many_lines)]
|
1414 |
fn construct_command_with_builder() {
|
187 |
impl Display for ComponentValidationError {
|
188 |
#[allow(clippy::too_many_lines)]
|
189 |
fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult {
|
169 |
impl Display for ValidationError {
|
170 |
#[allow(clippy::too_many_lines)]
|
171 |
fn fmt(&self, f: &mut Formatter<'_>) -> FmtResult {
|
54 |
/// Extract all the necessary information from the Fasta file
|
55 |
#[allow(clippy::too_many_lines)]
|
56 |
fn parse_fasta_file<R: Read>(reader: &mut R) -> Result<Self, Error> {
|
99 |
/// Convert and write data from a `SequenceRead` into a new 2bit file.
|
100 |
#[allow(clippy::too_many_lines)]
|
101 |
pub fn to_2bit<'a>(
|
39 |
/// See the module documentation for a full featured tutorial on how to use `#[typestate]`.
|
40 |
#[allow(clippy::too_many_lines)] // TODO handle this
|
41 |
#[proc_macro_attribute]
|
54 |
// Generate Rust code from a schema and its transitive dependencies.
|
55 |
#[allow(clippy::too_many_lines)]
|
56 |
pub fn generate(
|
441 |
// Write a schema, including a trailing line break if there was anything to render.
|
442 |
#[allow(clippy::too_many_lines)]
|
443 |
fn write_schema<T: Write>(
|
1898 |
// `payload_atlas` is never read.
|
1899 |
#[allow(clippy::too_many_lines)]
|
1900 |
fn write_serialization_invocation<T: Write>(
|
2065 |
// `payload_size` is never read.
|
2066 |
#[allow(clippy::too_many_lines)]
|
2067 |
fn write_deserialization_invocation<T: Write>(
|
124 |
// Generate TypeScript code from a schema and its transitive dependencies.
|
125 |
#[allow(clippy::too_many_lines)]
|
126 |
pub fn generate(
|
548 |
// Write a schema, including a trailing line break if there was anything to render.
|
549 |
#[allow(clippy::too_many_lines)]
|
550 |
fn write_schema<T: Write>(
|
1704 |
// - `payload` (in)
|
1705 |
#[allow(clippy::too_many_lines)]
|
1706 |
fn write_atlas_calculation<T: Write>(
|
1967 |
// `payloadAtlas` is never read.
|
1968 |
#[allow(clippy::too_many_lines)]
|
1969 |
fn write_serialization_invocation<T: Write>(
|
2195 |
// - If `type_variant` is `Custom`, then `offset` must be 0.
|
2196 |
#[allow(clippy::too_many_lines)]
|
2197 |
fn write_deserialization_invocation<T: Write>(
|
233 |
// Parse a schema.
|
234 |
#[allow(clippy::too_many_lines)]
|
235 |
fn parse_schema(
|
451 |
}
|
452 |
#[allow(clippy::too_many_lines)]
|
453 |
pub fn find_variables(&mut self, body: Vec<Thing>) -> Option<Stopper> {
|
639 |
}
|
640 |
#[allow(clippy::too_many_lines)]
|
641 |
fn find_pointer_in_stuff(&mut self, stuff: &Stuff) -> LiteralOrFile {
|
118 |
#[allow(clippy::too_many_lines)]
|
119 |
fn string(&mut self) {
|
139 |
}
|
140 |
#[allow(clippy::too_many_lines)]
|
141 |
fn parse_from_token(&mut self) -> Option<Thing> {
|
89 |
impl TokenType {
|
90 |
#[allow(clippy::too_many_lines)]
|
91 |
pub fn r#do(&self, args: &[LiteralType], line: i32) -> LiteralType {
|
3 |
#[warn(clippy::all, clippy::pedantic)]
|
4 |
#[allow(clippy::too_many_lines)]
|
5 |
pub mod lookup;
|
1449 |
#[test]
|
1450 |
#[allow(clippy::too_many_lines)]
|
1451 |
fn normalize_path() {
|
1652 |
#[test]
|
1653 |
#[allow(clippy::too_many_lines)]
|
1654 |
fn reference_resolution() {
|
1862 |
#[test]
|
1863 |
#[allow(clippy::too_many_lines)]
|
1864 |
fn generate_string() {
|
65 |
//TODO: Make errors specific even if the token type is mismatched outright.
|
66 |
#[allow(clippy::too_many_lines)]
|
67 |
fn unquote_inner(
|
153 |
/// shows submodule status information.
|
154 |
#[allow(clippy::too_many_lines, clippy::useless_let_if_seq)]
|
155 |
fn status_short(repo: &Repository, statuses: &git2::Statuses) -> String {
|
59 |
// pointing to nothing.
|
60 |
#[allow(clippy::too_many_lines)]
|
61 |
pub(crate) fn real_update(git_config: &GitConfig) -> Result<bool> {
|
168 |
#[allow(clippy::too_many_lines)]
|
169 |
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
154 |
#[allow(clippy::too_many_lines)]
|
155 |
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
28 |
#[allow(clippy::too_many_lines)]
|
29 |
#[test]
|
13 |
#[test]
|
14 |
#[allow(clippy::too_many_lines)]
|
15 |
#[ignore]
|
352 |
/// * the `Vec<u8>` is the bytes read with the SMTP verb "DATA\r\n"
|
353 |
#[allow(clippy::too_many_lines)]
|
354 |
async fn smtp_handshake(&mut self) -> std::io::Result<HandshakeOutcome> {
|
86 |
/// * failed to copy the email to other queues or remove it from the delivery queue.
|
87 |
#[allow(clippy::too_many_lines)]
|
88 |
#[tracing::instrument(name = "delivery", skip_all, err, fields(uuid = %process_message.message_uuid))]
|
76 |
#[allow(clippy::too_many_lines)]
|
77 |
async fn on_mail_priv(
|
47 |
#[allow(clippy::too_many_lines)]
|
48 |
#[tracing::instrument(name = "working", skip_all)]
|
176 |
#[allow(clippy::too_many_lines)]
|
177 |
async fn on_rcpt_to(&mut self, ctx: &mut ReceiverContext, args: RcptToArgs) -> Reply {
|
70 |
#[allow(clippy::too_many_lines)]
|
71 |
pub(super) async fn on_message_inner(
|
706 |
/// ```
|
707 |
#[allow(clippy::too_many_lines)]
|
708 |
pub fn earth_moon(jde: f64) -> VSOP87Elements {
|
233 |
/// ```
|
234 |
#[allow(clippy::too_many_lines)]
|
235 |
pub fn earth_moon(jde: f64) -> RectangularCoordinates {
|
123 |
// TODO: refactor to avoid skipping this lint
|
124 |
#[allow(clippy::too_many_lines)]
|
125 |
fn init(&mut self, host: Arc<ModuleState>) -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
|
256 |
#[allow(clippy::too_many_lines)]
|
257 |
async fn handle(
|
228 |
// TODO: fix too_many_arguments
|
229 |
#[allow(clippy::too_many_lines)]
|
230 |
async fn handle_ws_connection<S>(
|
695 |
#[allow(clippy::too_many_lines)]
|
696 |
#[tokio::main]
|
269 |
#[allow(clippy::too_many_lines)]
|
270 |
#[tokio::main]
|
1 |
#[allow(clippy::too_many_lines)]
|
2 |
pub fn word_list(easy: bool) -> Vec<&'static str> {
|
1198 |
#[allow(clippy::too_many_lines)]
|
1199 |
fn solutions() -> Vec<&'static str> {
|
808 |
impl Dialog {
|
809 |
#[allow(clippy::too_many_lines)]
|
810 |
pub fn new(
|
273 |
#[allow(clippy::too_many_lines)]
|
274 |
fn handle_event(&mut self, dialog: &mut Dialog, event: Event) -> Result<State> {
|
185 |
#[allow(clippy::too_many_lines)]
|
186 |
async fn run_xcontext(
|
1308 |
#[test]
|
1309 |
#[allow(clippy::too_many_lines)]
|
1310 |
fn pred_from_dmat() {
|
139 |
#[must_use]
|
140 |
#[allow(clippy::too_many_lines)]
|
141 |
pub fn new() -> Self {
|
92 |
/// Should not panic
|
93 |
#[allow(clippy::too_many_lines)]
|
94 |
pub async fn process_request(
|
820 |
#[allow(clippy::too_many_lines)]
|
821 |
#[tokio::main(worker_threads = 1)]
|
42 |
#[allow(clippy::too_many_lines)]
|
43 |
fn to_gamma(&self, input: Vec<[f32; 3]>) -> Result<Vec<[f32; 3]>> {
|
56 |
#[allow(clippy::too_many_lines)]
|
57 |
fn ypbpr_to_ycbcr<T: Pixel>(
|
345 |
// TODO: Split up
|
346 |
#[allow(clippy::too_many_lines)]
|
347 |
pub fn prove(constraints: &Constraints, trace: &TraceTable) -> Result<Proof> {
|
972 |
#[allow(clippy::cognitive_complexity)]
|
973 |
#[allow(clippy::too_many_lines)]
|
974 |
fn fib_proof_test() {
|
58 |
// TODO - Make this function smaller
|
59 |
#[allow(clippy::too_many_lines)]
|
60 |
pub fn proof_serialize(
|
176 |
// TODO: Refactor into smaller function
|
177 |
#[allow(clippy::too_many_lines)]
|
178 |
pub fn verify(constraints: &Constraints, proof: &Proof) -> Result<()> {
|
422 |
// This assembly block needs to be contiguous
|
423 |
#[allow(clippy::too_many_lines)]
|
424 |
#[inline(always)]
|
231 |
#[allow(clippy::too_many_lines)]
|
232 |
fn main_impl() -> Result<(), AppError> {
|
264 |
#[allow(clippy::unnecessary_wraps)]
|
265 |
#[allow(clippy::too_many_lines)]
|
266 |
fn from_parsed(v: Vec<AffixNode>) -> Result<Self, Error> {
|
70 |
clippy::cast_sign_loss,
|
71 |
clippy::too_many_lines
|
72 |
)]
|
58 |
#[allow(
|
59 |
clippy::too_many_lines,
|
60 |
clippy::cast_possible_truncation,
|
123 |
/// here.
|
124 |
#[allow(clippy::similar_names,clippy::too_many_lines,clippy::cast_possible_truncation)]
|
125 |
#[inline(never)]
|
247 |
#[rustfmt::skip]
|
248 |
#[allow(clippy::too_many_lines)]
|
249 |
fn parse_entropy_coded_data(
|
28 |
// #![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
29 |
#![allow(clippy::match_same_arms, clippy::too_many_lines)]
|
36 |
clippy::similar_names,
|
37 |
clippy::too_many_lines,
|
38 |
clippy::unknown_clippy_lints,
|
33 |
clippy::cast_lossless,
|
34 |
clippy::too_many_lines
|
35 |
)]
|
388 |
clippy::cast_lossless,
|
389 |
clippy::too_many_lines
|
390 |
)]
|
135 |
clippy::needless_doctest_main,
|
136 |
clippy::too_many_lines
|
137 |
)]
|
115 |
clippy::wildcard_imports,
|
116 |
clippy::too_many_lines,
|
117 |
clippy::single_match_else,
|
128 |
similar_names,
|
129 |
too_many_lines,
|
130 |
// preference
|
48 |
clippy::struct_excessive_bools,
|
49 |
clippy::too_many_lines,
|
50 |
clippy::unseparated_literal_suffix,
|
344 |
clippy::single_match_else,
|
345 |
clippy::too_many_lines,
|
346 |
clippy::unreadable_literal,
|
24 |
clippy::if_not_else,
|
25 |
clippy::too_many_lines,
|
26 |
clippy::must_use_candidate,
|
2 |
#![allow(unsafe_code)]
|
3 |
#![allow(clippy::type_complexity, clippy::too_many_lines)]
|
4 |
#![allow(clippy::too_many_lines, unused_qualifications)]
|
23 |
clippy::doc_markdown,
|
24 |
clippy::too_many_lines,
|
25 |
clippy::useless_let_if_seq
|
1 |
#![allow(clippy::too_many_lines)]
|
30 |
clippy::inline_always,
|
31 |
clippy::too_many_lines,
|
32 |
clippy::missing_panics_doc
|
12 |
clippy::redundant_pattern_matching,
|
13 |
clippy::too_many_lines,
|
14 |
clippy::unit_arg,
|
1 |
#![allow(clippy::too_many_lines)]
|
2 |
use thiserror::Error;
|
6 |
clippy::wildcard_imports,
|
7 |
clippy::too_many_lines,
|
8 |
// I have a lot of TODOs, so this is reduntant
|
162 |
#![allow(clippy::explicit_iter_loop)]
|
163 |
#![allow(clippy::too_many_lines)]
|
164 |
#![allow(clippy::cast_sign_loss)]
|
314 |
clippy::similar_names,
|
315 |
clippy::too_many_lines
|
316 |
)]
|
66 |
clippy::similar_names,
|
67 |
clippy::too_many_lines
|
68 |
)]
|
213 |
#![allow(clippy::use_self)]
|
214 |
#![allow(clippy::too_many_lines)]
|
215 |
#![allow(clippy::module_name_repetitions)]
|
35 |
#![allow(clippy::module_name_repetitions)]
|
36 |
#![allow(clippy::too_many_lines)]
|
37 |
#![allow(clippy::similar_names)]
|
85 |
clippy::module_inception,
|
86 |
clippy::too_many_lines,
|
87 |
clippy::type_complexity
|
20 |
#![allow(clippy::unreadable_literal, clippy::too_many_lines)]
|
1 |
#![allow(clippy::too_many_lines)]
|
2 |
#![allow(clippy::missing_errors_doc)]
|
863 |
#![warn(clippy::pedantic)]
|
864 |
#![allow(clippy::too_many_lines)]
|
8 |
#![allow(clippy::too_many_arguments)]
|
9 |
#![allow(clippy::too_many_lines)]
|
10 |
#![allow(clippy::cast_possible_wrap)]
|
101 |
#![warn(clippy::pedantic)]
|
102 |
#![allow(clippy::too_many_lines)]
|
103 |
#![allow(clippy::must_use_candidate)]
|
1 |
#![allow(clippy::too_many_lines)]
|
1 |
#![allow(clippy::too_many_lines)]
|
50 |
clippy::missing_panics_doc,
|
51 |
clippy::too_many_lines,
|
52 |
clippy::unreadable_literal,
|
61 |
clippy::missing_panics_doc,
|
62 |
clippy::too_many_lines,
|
63 |
clippy::unreadable_literal,
|
61 |
clippy::missing_panics_doc,
|
62 |
clippy::too_many_lines,
|
63 |
clippy::unreadable_literal,
|
58 |
clippy::missing_panics_doc,
|
59 |
clippy::too_many_lines,
|
60 |
clippy::unreadable_literal,
|
59 |
#![allow(clippy::match_same_arms)]
|
60 |
#![allow(clippy::too_many_lines)]
|
61 |
#![allow(clippy::single_match_else)]
|
30 |
#![allow(clippy::range_plus_one)]
|
31 |
#![allow(clippy::too_many_lines)]
|
32 |
#![allow(clippy::single_match_else)]
|
6 |
#![allow(clippy::unreadable_literal, clippy::too_many_lines)]
|
5 |
// Clippy complains about the mass enum matching functions
|
6 |
#![allow(clippy::too_many_lines)]
|
7 |
// #[must_use] doesn't need to be on absolutely everything even though it should.
|
19 |
#![allow(clippy::cognitive_complexity)] // This is dumb
|
20 |
#![allow(clippy::too_many_lines)] // This is also dumb
|
21 |
// Annoying/irrelevant clippy Restrictions
|
20 |
#![allow(clippy::single_match_else)] // Future expansion
|
21 |
#![allow(clippy::too_many_lines)] // This is also dumb
|
22 |
// Annoying/irrelevant clippy Restrictions
|
44 |
#![allow(clippy::shadow_same)]
|
45 |
#![allow(clippy::too_many_lines)]
|
46 |
#![allow(clippy::unimplemented)] // Specific use case proc macro, lots of holes
|
59 |
#![allow(clippy::cognitive_complexity)] // This is dumb
|
60 |
#![allow(clippy::too_many_lines)] // This is also dumb
|
61 |
// Annoying/irrelevant clippy Restrictions
|
145 |
clippy::needless_doctest_main,
|
146 |
clippy::too_many_lines
|
147 |
)]
|
57 |
// #![allow(clippy::redundant_pub_crate)] // conflicts with unreachable_pub
|
58 |
#![allow(clippy::too_many_lines, clippy::unused_self)] // I don't care
|
59 |
#![allow(clippy::wildcard_imports)] // breaks code, false positives
|
60 |
clippy::single_match,
|
61 |
clippy::too_many_lines
|
62 |
)]
|
12 |
clippy::struct_excessive_bools,
|
13 |
clippy::too_many_lines,
|
14 |
clippy::trivially_copy_pass_by_ref
|
3 |
#![warn(clippy::pedantic)]
|
4 |
#![allow(clippy::cast_lossless, clippy::struct_excessive_bools, clippy::too_many_lines)]
|
8 |
clippy::struct_excessive_bools,
|
9 |
clippy::too_many_lines
|
10 |
)]
|
10 |
clippy::struct_excessive_bools,
|
11 |
clippy::too_many_lines,
|
12 |
clippy::uninlined_format_args,
|
3 |
#![warn(clippy::pedantic)]
|
4 |
#![allow(clippy::too_many_lines)]
|
17 |
)] // from https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md
|
18 |
#![allow(clippy::if_not_else, clippy::too_many_lines, clippy::let_underscore_drop)]
|
19 |
clippy::significant_drop_in_scrutinee,
|
20 |
clippy::too_many_lines,
|
21 |
clippy::unseparated_literal_suffix
|
12 |
clippy::single_match_else,
|
13 |
clippy::too_many_lines,
|
14 |
clippy::type_complexity,
|
2 |
#![allow(
|
3 |
clippy::too_many_lines,
|
4 |
clippy::missing_errors_doc,
|
2 |
#![allow(
|
3 |
clippy::too_many_lines,
|
4 |
clippy::non_ascii_literal,
|
23 |
#![warn(missing_docs)]
|
24 |
#![allow(clippy::too_many_lines)]
|
25 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
21 |
clippy::similar_names,
|
22 |
clippy::too_many_lines,
|
23 |
clippy::unnecessary_wraps,
|
1 |
#![allow(clippy::too_many_lines)]
|
23 |
clippy::shadow_unrelated,
|
24 |
clippy::too_many_lines
|
25 |
)]
|
71 |
clippy::shadow_unrelated,
|
72 |
clippy::too_many_lines,
|
73 |
clippy::unnested_or_patterns
|
1 |
#![allow(clippy::too_many_lines, clippy::erasing_op)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::too_many_lines, clippy::unreadable_literal)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::too_many_lines)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::too_many_lines)]
|
12 |
clippy::missing_errors_doc,
|
13 |
clippy::too_many_lines,
|
14 |
clippy::mut_mut
|
11 |
clippy::redundant_feature_names, // Required because of feature names in Bevy turbulence plugin
|
12 |
clippy::too_many_lines,
|
13 |
clippy::module_name_repetitions,
|
2 |
clippy::nonminimal_bool,
|
3 |
clippy::too_many_lines,
|
4 |
clippy::wildcard_imports
|
75 |
clippy::too_many_arguments,
|
76 |
clippy::too_many_lines,
|
77 |
clippy::toplevel_ref_arg,
|
35 |
clippy::too_many_arguments,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::toplevel_ref_arg,
|
25 |
clippy::too_many_arguments,
|
26 |
clippy::too_many_lines,
|
27 |
clippy::toplevel_ref_arg,
|
24 |
clippy::too_many_arguments,
|
25 |
clippy::too_many_lines,
|
26 |
clippy::toplevel_ref_arg,
|
11 |
clippy::never_loop,
|
12 |
clippy::too_many_lines,
|
13 |
clippy::uninlined_format_args,
|
22 |
clippy::never_loop,
|
23 |
clippy::too_many_lines,
|
24 |
clippy::trivially_copy_pass_by_ref
|
4 |
#![allow(clippy::too_many_lines)]
|
5 |
use crate::{DebugPls, Formatter};
|
13 |
)]
|
14 |
#![allow(clippy::too_many_lines)] // This requires effort to handle
|
55 |
clippy::similar_names,
|
56 |
clippy::too_many_lines,
|
57 |
clippy::unseparated_literal_suffix,
|
67 |
clippy::similar_names,
|
68 |
clippy::too_many_lines,
|
69 |
clippy::toplevel_ref_arg,
|
9 |
#![allow(clippy::single_char_pattern)]
|
10 |
#![allow(clippy::too_many_lines)]
|
11 |
#![allow(clippy::uninlined_format_args)]
|
187 |
clippy::similar_names,
|
188 |
clippy::too_many_lines
|
189 |
)]
|
1 |
#![deny(missing_docs)]
|
2 |
#![allow(clippy::redundant_else, clippy::too_many_lines)]
|
3 |
#![doc = include_str!("../README.md")]
|
19 |
#![allow(clippy::option_if_let_else)]
|
20 |
#![allow(clippy::too_many_lines)]
|
21 |
#![allow(clippy::unused_self)]
|
9 |
deref_nullptr, // https://github.com/rust-lang/rust-bindgen/issues/1651
|
10 |
clippy::too_many_lines,
|
11 |
clippy::borrow_as_ptr
|
17 |
#![allow(clippy::too_many_lines)]
|
15 |
#![allow(clippy::too_many_lines)]
|
1 |
// #![allow(warnings)]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::missing_errors_doc)]
|
51 |
// style choice
|
52 |
clippy::too_many_lines,
|
53 |
// false positive
|
3 |
#![warn(clippy::pedantic)]
|
4 |
#![allow(clippy::semicolon_if_nothing_returned, clippy::too_many_lines)]
|
20 |
#![allow(clippy::module_name_repetitions)]
|
21 |
#![allow(clippy::too_many_lines)]
|
22 |
#![deny(rustdoc::broken_intra_doc_links)]
|
3 |
clippy::cast_possible_truncation,
|
4 |
clippy::too_many_lines,
|
5 |
clippy::missing_errors_doc,
|
173 |
clippy::needless_pass_by_value,
|
174 |
clippy::too_many_lines
|
175 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
12 |
clippy::multiple_crate_versions,
|
13 |
clippy::too_many_lines
|
14 |
)]
|
62 |
clippy::tabs_in_doc_comments,
|
63 |
clippy::too_many_lines
|
64 |
)]
|
5 |
clippy::cast_lossless,
|
6 |
clippy::too_many_lines,
|
7 |
clippy::cast_possible_truncation,
|
1 |
#![allow(clippy::too_many_lines)]
|
55 |
// to no longer be necessary
|
56 |
clippy::too_many_lines,
|
57 |
clippy::cast_possible_truncation,
|
55 |
// to no longer be necessary
|
56 |
clippy::too_many_lines,
|
57 |
clippy::cast_possible_truncation,
|
3 |
#![allow(clippy::struct_excessive_bools)]
|
4 |
#![allow(clippy::too_many_lines)]
|
65 |
clippy::unreadable_literal, // not really applicable for timestamps
|
66 |
clippy::too_many_lines,
|
67 |
clippy::type_repetition_in_bounds,
|
66 |
clippy::unreadable_literal, // not really applicable for timestamps
|
67 |
clippy::too_many_lines,
|
68 |
clippy::type_repetition_in_bounds,
|
16 |
#![allow(clippy::struct_excessive_bools)]
|
17 |
#![allow(clippy::too_many_lines)]
|
17 |
#![allow(clippy::missing_errors_doc)]
|
18 |
#![allow(clippy::too_many_lines)]
|
44 |
clippy::missing_const_for_fn,
|
45 |
clippy::too_many_lines
|
46 |
)]
|
18 |
clippy::struct_excessive_bools,
|
19 |
clippy::too_many_lines,
|
20 |
clippy::unseparated_literal_suffix,
|
87 |
clippy::module_name_repetitions,
|
88 |
clippy::too_many_lines,
|
89 |
clippy::cast_lossless,
|
10 |
clippy::struct_excessive_bools,
|
11 |
clippy::too_many_lines,
|
12 |
clippy::type_repetition_in_bounds,
|
12 |
clippy::single_match_else,
|
13 |
clippy::too_many_lines,
|
14 |
clippy::type_complexity,
|
7 |
clippy::too_many_arguments,
|
8 |
clippy::too_many_lines,
|
9 |
)]
|
4 |
#![allow(
|
5 |
clippy::too_many_lines,
|
6 |
)]
|
1 |
#![allow(clippy::too_many_lines, clippy::wildcard_imports)]
|
37 |
// I WANT A LONG fn!
|
38 |
clippy::too_many_lines,
|
39 |
// I know what I'm doing with unwraps. They should all be motivated.
|
13 |
)]
|
14 |
#![allow(clippy::missing_panics_doc, clippy::too_many_lines)]
|
2 |
#![allow(
|
3 |
clippy::too_many_lines,
|
4 |
clippy::module_name_repetitions,
|
23 |
#![allow(clippy::must_use_candidate)]
|
24 |
#![allow(clippy::too_many_lines)]
|
25 |
#![allow(clippy::module_name_repetitions)]
|
3 |
clippy::needless_pass_by_value,
|
4 |
clippy::too_many_lines,
|
5 |
clippy::uninlined_format_args,
|
8 |
#![warn(clippy::nursery, clippy::pedantic)]
|
9 |
#![allow(clippy::too_many_lines, clippy::unicode_not_nfc)]
|
10 |
#![allow(clippy::string_lit_as_bytes)]
|
8 |
#![warn(clippy::nursery, clippy::pedantic)]
|
9 |
#![allow(clippy::too_many_lines, clippy::unicode_not_nfc)]
|
10 |
#![allow(clippy::string_lit_as_bytes)]
|
8 |
#![warn(clippy::nursery, clippy::pedantic)]
|
9 |
#![allow(clippy::similar_names, clippy::too_many_lines, clippy::unicode_not_nfc)]
|
10 |
#![allow(clippy::string_lit_as_bytes)]
|
8 |
#![warn(clippy::nursery, clippy::pedantic)]
|
9 |
#![allow(clippy::too_many_lines, clippy::unicode_not_nfc)]
|
10 |
#![allow(clippy::string_lit_as_bytes)]
|
8 |
#![warn(clippy::nursery, clippy::pedantic)]
|
9 |
#![allow(clippy::similar_names, clippy::too_many_lines, clippy::unicode_not_nfc)]
|
10 |
#![allow(clippy::string_lit_as_bytes)]
|
8 |
#![warn(clippy::nursery, clippy::pedantic)]
|
9 |
#![allow(clippy::similar_names, clippy::too_many_lines, clippy::unicode_not_nfc)]
|
10 |
#![allow(clippy::string_lit_as_bytes)]
|
8 |
#![allow(clippy::needless_borrow)] // &original_text must be borrowed in fn list()
|
9 |
#![allow(clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::too_many_lines)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::too_many_lines)]
|
116 |
unknown_lints,
|
117 |
clippy::too_many_lines,
|
118 |
clippy::cast_precision_loss,
|
3 |
#![allow(clippy::too_many_lines)]
|
18 |
#![allow(clippy::must_use_candidate)]
|
19 |
#![allow(clippy::too_many_lines)]
|
20 |
#![doc(
|
24 |
#![allow(clippy::must_use_candidate)]
|
25 |
#![allow(clippy::too_many_lines)]
|
26 |
#![allow(clippy::module_name_repetitions)]
|
65 |
clippy::unreadable_literal, // not really applicable for timestamps
|
66 |
clippy::too_many_lines,
|
67 |
clippy::type_repetition_in_bounds,
|
8 |
#![allow(clippy::must_use_candidate)]
|
9 |
#![allow(clippy::too_many_lines)]
|
10 |
#![allow(clippy::struct_excessive_bools)]
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
33 |
clippy::similar_names,
|
34 |
clippy::too_many_lines,
|
35 |
clippy::unreadable_literal
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
36 |
clippy::struct_excessive_bools,
|
37 |
clippy::too_many_lines,
|
38 |
clippy::unreadable_literal
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
33 |
clippy::similar_names,
|
34 |
clippy::too_many_lines,
|
35 |
clippy::unreadable_literal
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
148 |
clippy::single_match_else,
|
149 |
clippy::too_many_lines,
|
150 |
)]
|
1 |
#![doc = include_str!("../README.md")]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
use std::cmp::{max, min, Ordering};
|
159 |
clippy::single_match_else,
|
160 |
clippy::too_many_lines,
|
161 |
)]
|
158 |
clippy::single_match_else,
|
159 |
clippy::too_many_lines,
|
160 |
)]
|
49 |
clippy::shadow_unrelated,
|
50 |
clippy::too_many_lines,
|
51 |
clippy::use_self
|
50 |
clippy::shadow_unrelated,
|
51 |
clippy::too_many_lines,
|
52 |
clippy::use_self
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
178 |
mod tests {
|
179 |
#![allow(clippy::too_many_lines, clippy::non_ascii_literal)]
|
180 |
use super::Transaction;
|
45 |
#![allow(clippy::too_many_arguments)]
|
46 |
#![allow(clippy::too_many_lines)]
|
47 |
#![allow(clippy::type_complexity)]
|
9 |
clippy::cast_precision_loss,
|
10 |
clippy::too_many_lines,
|
11 |
clippy::doc_markdown,
|
20 |
#![allow(clippy::cast_possible_truncation)]
|
21 |
#![allow(clippy::too_many_lines)]
|
13 |
clippy::empty_enum,
|
14 |
clippy::too_many_lines,
|
15 |
unknown_lints,
|
13 |
clippy::empty_enum,
|
14 |
clippy::too_many_lines,
|
15 |
unknown_lints,
|
12 |
clippy::cognitive_complexity,
|
13 |
clippy::too_many_lines,
|
14 |
clippy::upper_case_acronyms,
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::cast_precision_loss, clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::similar_names, clippy::too_many_lines, clippy::uninlined_format_args)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::cast_precision_loss, clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::similar_names, clippy::too_many_lines, clippy::uninlined_format_args)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::missing_panics_doc, clippy::too_many_lines)]
|
11 |
clippy::single_match_else,
|
12 |
clippy::too_many_lines,
|
13 |
clippy::type_complexity,
|
145 |
clippy::needless_doctest_main,
|
146 |
clippy::too_many_lines
|
147 |
)]
|
16 |
clippy::single_match_else,
|
17 |
clippy::too_many_lines,
|
18 |
clippy::unnested_or_patterns
|
145 |
clippy::needless_doctest_main,
|
146 |
clippy::too_many_lines
|
147 |
)]
|
9 |
clippy::too_many_arguments,
|
10 |
clippy::too_many_lines,
|
11 |
clippy::unused_async,
|
335 |
clippy::similar_names,
|
336 |
clippy::too_many_lines,
|
337 |
clippy::unused_self,
|
153 |
clippy::needless_pass_by_value,
|
154 |
clippy::too_many_lines,
|
155 |
clippy::toplevel_ref_arg
|
57 |
#![allow(clippy::too_many_arguments)]
|
58 |
#![allow(clippy::too_many_lines)]
|
59 |
#![allow(clippy::type_complexity)]
|
20 |
clippy::too_many_arguments,
|
21 |
clippy::too_many_lines,
|
22 |
clippy::unreadable_literal,
|
17 |
clippy::too_many_arguments,
|
18 |
clippy::too_many_lines,
|
19 |
clippy::unreadable_literal,
|
13 |
clippy::too_many_arguments,
|
14 |
clippy::too_many_lines,
|
15 |
clippy::unused_self,
|
13 |
clippy::too_many_arguments,
|
14 |
clippy::too_many_lines,
|
15 |
clippy::unused_self,
|
10 |
#![allow(clippy::too_many_arguments)]
|
11 |
#![allow(clippy::too_many_lines)]
|
12 |
#![allow(clippy::type_complexity)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
11 |
#![allow(clippy::too_many_lines)]
|
12 |
#![allow(clippy::type_complexity)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
11 |
#![allow(clippy::too_many_lines)]
|
12 |
#![allow(clippy::type_complexity)]
|
29 |
// These ones should be re-enabled, and possibly selectively disabled
|
30 |
#![allow(clippy::too_many_lines)]
|
1 |
#![allow(clippy::too_many_lines)]
|
2 |
#![allow(clippy::use_self)]
|
78 |
// too many lines is a dumb metric
|
79 |
#![allow(clippy::too_many_lines)]
|
80 |
// causes weirdness with header and reader
|
9 |
clippy::items_after_statements,
|
10 |
clippy::too_many_lines,
|
11 |
clippy::too_many_arguments,
|
3 |
#![warn(clippy::pedantic)]
|
4 |
#![allow(clippy::too_many_lines)]
|
57 |
clippy::exit,
|
58 |
clippy::too_many_lines,
|
59 |
clippy::exhaustive_structs,
|
16 |
clippy::exit,
|
17 |
clippy::too_many_lines,
|
18 |
clippy::exhaustive_structs,
|
93 |
// I like my complicated functions
|
94 |
#![allow(clippy::too_many_lines)]
|
95 |
// It useful
|
139 |
clippy::must_use_candidate,
|
140 |
clippy::too_many_lines,
|
141 |
clippy::type_complexity,
|
38 |
// These ones should be re-enabled, and possibly selectively disabled
|
39 |
#![allow(clippy::too_many_lines)]
|
1 |
//! Pretokens for the preprocessor. Parses very laxly
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::use_self)]
|
98 |
clippy::similar_names,
|
99 |
clippy::too_many_lines,
|
100 |
clippy::unreadable_literal,
|
31 |
clippy::similar_names,
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unreadable_literal,
|
31 |
clippy::similar_names,
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unreadable_literal,
|
72 |
clippy::similar_names,
|
73 |
clippy::too_many_lines,
|
74 |
clippy::unreadable_literal,
|
32 |
clippy::similar_names,
|
33 |
clippy::too_many_lines,
|
34 |
clippy::unreadable_literal,
|
31 |
clippy::similar_names,
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unreadable_literal,
|
1 |
#![forbid(unsafe_code)]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
use safe_regex_compiler::parser::FinalNode::{
|
2 |
clippy::nonminimal_bool,
|
3 |
clippy::too_many_lines,
|
4 |
clippy::wildcard_imports
|
1 |
#![feature(rustc_private)]
|
2 |
#![allow(clippy::too_many_lines)]
|
4 |
#![allow(clippy::single_match_else)]
|
5 |
#![allow(clippy::too_many_lines)]
|
6 |
#![deny(warnings)]
|
2 |
#![feature(set_stdio)]
|
3 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::single_match_else)]
|
4 |
#![allow(clippy::too_many_lines)]
|
5 |
#![deny(warnings)]
|
136 |
similar_names,
|
137 |
too_many_lines,
|
138 |
// preference
|
10 |
#![allow(
|
11 |
clippy::too_many_lines,
|
12 |
clippy::many_single_char_names,
|
56 |
clippy::struct_excessive_bools,
|
57 |
clippy::too_many_lines,
|
58 |
clippy::unseparated_literal_suffix,
|
31 |
clippy::struct_excessive_bools,
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unused_self,
|
48 |
clippy::struct_excessive_bools,
|
49 |
clippy::too_many_lines,
|
50 |
clippy::unseparated_literal_suffix,
|
351 |
clippy::single_match_else,
|
352 |
clippy::too_many_lines,
|
353 |
clippy::unreadable_literal,
|
16 |
clippy::single_match_else,
|
17 |
clippy::too_many_lines,
|
18 |
clippy::unreadable_literal,
|
9 |
clippy::shadow_unrelated,
|
10 |
clippy::too_many_lines,
|
11 |
clippy::unreadable_literal,
|
352 |
clippy::single_match_else,
|
353 |
clippy::too_many_lines,
|
354 |
clippy::unreadable_literal,
|
344 |
clippy::single_match_else,
|
345 |
clippy::too_many_lines,
|
346 |
clippy::unreadable_literal,
|
84 |
#![warn(clippy::pedantic)]
|
85 |
#![allow(clippy::if_not_else, clippy::too_many_lines)]
|
86 |
#![warn(missing_docs)]
|
159 |
redundant_field_names,
|
160 |
too_many_lines,
|
161 |
type_repetition_in_bounds, // https://github.com/rust-lang/rust-clippy/issues/8772
|
153 |
clippy::return_self_not_must_use,
|
154 |
clippy::too_many_lines,
|
155 |
clippy::uninlined_format_args,
|
68 |
clippy::cast_sign_loss,
|
69 |
clippy::too_many_lines,
|
70 |
clippy::doc_markdown,
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::cast_possible_truncation)]
|
3 |
#![allow(clippy::needless_return, clippy::redundant_field_names)]
|
4 |
#![allow(clippy::use_self, clippy::too_many_lines, clippy::missing_panics_doc)]
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::too_many_lines,
|
6 |
clippy::must_use_candidate
|
65 |
clippy::similar_names,
|
66 |
clippy::too_many_lines,
|
67 |
clippy::unnecessary_wraps,
|
2 |
clippy::struct_excessive_bools,
|
3 |
clippy::too_many_lines,
|
4 |
unused_imports,
|
1 |
#![allow(clippy::too_many_lines)]
|
2 |
#![allow(clippy::module_name_repetitions)]
|
13 |
clippy::single_match_else,
|
14 |
clippy::too_many_lines,
|
15 |
clippy::toplevel_ref_arg,
|
1 |
#![allow(clippy::stable_sort_primitive)]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::cast_precision_loss)]
|
2 |
#![allow(clippy::must_use_candidate)]
|
3 |
#![allow(clippy::too_many_lines)]
|
4 |
#![allow(clippy::module_name_repetitions)]
|
26 |
#![allow(clippy::must_use_candidate)]
|
27 |
#![allow(clippy::too_many_lines)]
|
52 |
)]
|
53 |
#![allow(clippy::too_many_lines)]
|
54 |
#![allow(clippy::wildcard_imports)]
|
285 |
clippy::too_many_arguments,
|
286 |
clippy::too_many_lines,
|
287 |
clippy::trivially_copy_pass_by_ref,
|
2 |
clippy::no_effect_underscore_binding,
|
3 |
clippy::too_many_lines,
|
4 |
clippy::used_underscore_binding
|
1 |
#![allow(clippy::assertions_on_result_states, clippy::too_many_lines)]
|
1 |
#![allow(clippy::too_many_lines)]
|
1 |
#![allow(clippy::shadow_unrelated, clippy::too_many_lines)]
|
8 |
clippy::match_wildcard_for_single_variants,
|
9 |
clippy::too_many_lines
|
10 |
)]
|
274 |
clippy::single_match_else,
|
275 |
clippy::too_many_lines,
|
276 |
clippy::unseparated_literal_suffix,
|
312 |
#![allow(clippy::items_after_statements)]
|
313 |
#![allow(clippy::too_many_lines)]
|
557 |
) -> Result<PathSegment<'a, P>, ()> {
|
558 |
#![allow(clippy::too_many_lines)]
|
798 |
) -> Result<TabularPathSegment<'a, P>, ()> {
|
799 |
#![allow(clippy::too_many_lines)]
|
1234 |
) -> Result<Taml<'a, P>, ()> {
|
1235 |
#![allow(clippy::too_many_lines)]
|
10 |
clippy::similar_names,
|
11 |
clippy::too_many_lines
|
12 |
)]
|
10 |
clippy::similar_names,
|
11 |
clippy::too_many_lines,
|
12 |
clippy::enum_glob_use
|
16 |
#![allow(clippy::struct_excessive_bools)]
|
17 |
#![allow(clippy::too_many_lines)]
|
12 |
#![allow(clippy::too_many_arguments)]
|
13 |
#![allow(clippy::too_many_lines)]
|
14 |
#![allow(clippy::type_complexity)]
|
63 |
clippy::wildcard_imports,
|
64 |
clippy::too_many_lines
|
65 |
)]
|
75 |
#![allow(clippy::too_many_arguments)]
|
76 |
#![allow(clippy::too_many_lines)]
|
77 |
#![allow(clippy::type_complexity)]
|
11 |
clippy::single_match_else,
|
12 |
clippy::too_many_lines,
|
13 |
clippy::wrong_self_convention
|
10 |
clippy::single_match_else,
|
11 |
clippy::too_many_lines,
|
12 |
clippy::wrong_self_convention
|
11 |
clippy::single_match_else,
|
12 |
clippy::too_many_lines,
|
13 |
clippy::wrong_self_convention
|
10 |
clippy::single_match_else,
|
11 |
clippy::too_many_lines,
|
12 |
clippy::wrong_self_convention
|
10 |
// too many lines is a dumb metric
|
11 |
#![allow(clippy::too_many_lines)]
|
12 |
// as is fine, clippy is silly
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::cast_possible_truncation)]
|
227 |
clippy::single_match_else,
|
228 |
clippy::too_many_lines,
|
229 |
clippy::trivially_copy_pass_by_ref,
|
237 |
clippy::single_match_else,
|
238 |
clippy::too_many_lines,
|
239 |
clippy::trivially_copy_pass_by_ref,
|
2 |
#![forbid(unsafe_code)]
|
3 |
#![allow(clippy::too_many_lines)]
|
4 |
#![deny(clippy::semicolon_if_nothing_returned)]
|
23 |
#![allow(clippy::too_many_arguments)]
|
24 |
#![allow(clippy::too_many_lines)]
|
25 |
#![allow(clippy::type_complexity)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
11 |
#![allow(clippy::too_many_lines)]
|
12 |
#![allow(clippy::type_complexity)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
11 |
#![allow(clippy::too_many_lines)]
|
12 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::too_many_lines)]
|
1 |
#![deny(clippy::pedantic)]
|
2 |
#![allow(clippy::too_many_lines)]
|
3 |
#![allow(clippy::module_name_repetitions)]
|
46 |
#![allow(clippy::needless_pass_by_value)]
|
47 |
#![allow(clippy::too_many_lines)]
|
48 |
#![allow(clippy::module_name_repetitions)]
|
11 |
clippy::single_match_else,
|
12 |
clippy::too_many_lines,
|
13 |
clippy::unreadable_literal
|
9 |
clippy::missing_safety_doc,
|
10 |
clippy::too_many_lines
|
11 |
)]
|
35 |
clippy::too_many_arguments,
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unnecessary_cast,
|
1 |
#![allow(clippy::collapsible_if, clippy::too_many_lines)]
|
45 |
#![allow(clippy::too_many_arguments)]
|
46 |
#![allow(clippy::too_many_lines)]
|
47 |
#![allow(clippy::type_complexity)]
|
8 |
clippy::similar_names,
|
9 |
clippy::too_many_lines
|
10 |
)]
|
8 |
clippy::similar_names,
|
9 |
clippy::too_many_lines
|
10 |
)]
|
8 |
clippy::unused_self,
|
9 |
clippy::too_many_lines,
|
10 |
clippy::future_not_send
|
3 |
#![allow(clippy::cast_lossless)]
|
4 |
#![allow(clippy::too_many_lines)]
|
5 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![allow(clippy::missing_panics_doc)]
|
13 |
#![allow(clippy::too_many_lines)]
|
7 |
#![allow(clippy::module_name_repetitions)]
|
8 |
#![allow(clippy::too_many_lines)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
1 |
#![allow(clippy::too_many_lines)]
|
2 |
#![allow(clippy::module_name_repetitions)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::similar_names, clippy::too_many_lines)]
|