We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffab905 commit b87644cCopy full SHA for b87644c
1 file changed
src/arxiv_search.rs
@@ -74,6 +74,7 @@ impl ArxivClient {
74
start += chunk_size;
75
}
76
77
+ #[allow(clippy::collapsible_if)]
78
if let Some(n) = limit {
79
if all_papers.len() > n {
80
all_papers.truncate(n);
0 commit comments