Inline(never) more things for rqbit(bin) to compile faster
This commit is contained in:
parent
f42007f436
commit
34f3ec6c29
5 changed files with 72 additions and 47 deletions
|
|
@ -159,6 +159,7 @@ impl<BufType: AsRef<[u8]>> TorrentMetaV1Info<BufType> {
|
|||
Some(expected_hash == hash)
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
pub fn iter_filenames_and_lengths(
|
||||
&self,
|
||||
) -> anyhow::Result<impl Iterator<Item = (FileIteratorName<'_, BufType>, u64)>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue