@@ -5,15 +5,15 @@ extensions:
5
5
data :
6
6
- ["futures_executor::local_pool::block_on", "Argument[0]", "ReturnValue", "value", "manual"]
7
7
- ["<futures_util::io::buf_reader::BufReader>::new", "Argument[0]", "ReturnValue", "taint", "manual"]
8
- - ["futures-util ::io::AsyncReadExt::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
9
- - ["futures-util ::io::AsyncReadExt::read", "Argument[self].Reference", "Argument[0].Reference", "taint", "manual"]
10
- - ["futures-util ::io::AsyncReadExt::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
11
- - ["futures-util ::io::AsyncReadExt::read_to_end", "Argument[self].Reference", "Argument[0].Reference", "taint", "manual"]
12
- - ["futures-util ::io::AsyncBufReadExt::read_line", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
13
- - ["futures-util ::io::AsyncBufReadExt::read_line", "Argument[self].Reference", "Argument[0].Reference", "taint", "manual"]
14
- - ["futures-util ::io::AsyncBufReadExt::read_until", "Argument[self]", "Argument[1].Reference", "taint", "manual"]
15
- - ["futures-util ::io::AsyncBufReadExt::read_until", "Argument[self].Reference", "Argument[1].Reference", "taint", "manual"]
16
- - ["futures-util ::io::AsyncBufReadExt::fill_buf", "Argument[self]", "ReturnValue.Future.Field[core::result::Result::Ok(0)]", "taint", "manual"]
17
- - ["futures-util ::io::AsyncBufReadExt::lines", "Argument[self]", "ReturnValue", "taint", "manual"]
8
+ - ["<_ as futures_util ::io::AsyncReadExt> ::read", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
9
+ - ["<_ as futures_util ::io::AsyncReadExt> ::read", "Argument[self].Reference", "Argument[0].Reference", "taint", "manual"]
10
+ - ["<_ as futures_util ::io::AsyncReadExt> ::read_to_end", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
11
+ - ["<_ as futures_util ::io::AsyncReadExt> ::read_to_end", "Argument[self].Reference", "Argument[0].Reference", "taint", "manual"]
12
+ - ["<_ as futures_util ::io::AsyncBufReadExt> ::read_line", "Argument[self]", "Argument[0].Reference", "taint", "manual"]
13
+ - ["<_ as futures_util ::io::AsyncBufReadExt> ::read_line", "Argument[self].Reference", "Argument[0].Reference", "taint", "manual"]
14
+ - ["<_ as futures_util ::io::AsyncBufReadExt> ::read_until", "Argument[self]", "Argument[1].Reference", "taint", "manual"]
15
+ - ["<_ as futures_util ::io::AsyncBufReadExt> ::read_until", "Argument[self].Reference", "Argument[1].Reference", "taint", "manual"]
16
+ - ["<_ as futures_util ::io::AsyncBufReadExt> ::fill_buf", "Argument[self]", "ReturnValue.Future.Field[core::result::Result::Ok(0)]", "taint", "manual"]
17
+ - ["<_ as futures_util ::io::AsyncBufReadExt> ::lines", "Argument[self]", "ReturnValue", "taint", "manual"]
18
18
- ["<alloc::boxed::Box as core::iter::traits::iterator::Iterator>::next", "Argument[self]", "ReturnValue.Future.Field[core::option::Option::Some(0)]", "taint", "manual"]
19
- - ["<futures-util::io::buf_reader::BufReader as futures_io::if_std::AsyncBufRead>::poll_fill_buf", "Argument[self].Reference", "ReturnValue.Field[core::task::poll::Poll::Ready(0)].Field[core::result::Result::Ok(0)]", "taint", "manual"]
19
+ - ["<_ as futures_io::if_std::AsyncBufRead>::poll_fill_buf", "Argument[self].Reference", "ReturnValue.Field[core::task::poll::Poll::Ready(0)].Field[core::result::Result::Ok(0)]", "taint", "manual"]
0 commit comments