actix-net/actix-service/src
Taiki Endo 9528df4486 Remove uses of pin_project::project attribute
pin-project will deprecate the project attribute due to some unfixable
limitations.

Refs: https://github.com/taiki-e/pin-project/issues/225
2020-06-06 06:42:45 +09:00
..
and_then.rs Remove uses of pin_project::project attribute 2020-06-06 06:42:45 +09:00
and_then_apply_fn.rs Remove uses of pin_project::project attribute 2020-06-06 06:42:45 +09:00
apply.rs Suppress/fix clippy warnings 2020-01-29 12:05:55 +09:00
apply_cfg.rs Remove uses of pin_project::project attribute 2020-06-06 06:42:45 +09:00
boxed.rs update docs 2019-12-10 21:34:51 +06:00
cell.rs optimize service combinators memory layout 2019-12-05 12:37:26 +06:00
fn_service.rs update doc strings 2019-12-10 21:14:06 +06:00
lib.rs Fixed unsoundness in .and_then()/.then() service combinators 2020-01-16 16:58:11 -08:00
map.rs optimize service combinators memory layout 2019-12-05 12:37:26 +06:00
map_config.rs map_config() and unit_config() accepts IntoServiceFactory type 2019-12-22 16:30:49 +04:00
map_err.rs optimize service combinators memory layout 2019-12-05 12:37:26 +06:00
map_init_err.rs optimize service combinators memory layout 2019-12-05 12:37:26 +06:00
pipeline.rs Fixed unsoundness in .and_then()/.then() service combinators 2020-01-16 16:58:11 -08:00
then.rs Remove uses of pin_project::project attribute 2020-06-06 06:42:45 +09:00
transform.rs Remove uses of pin_project::project attribute 2020-06-06 06:42:45 +09:00
transform_err.rs optimize service combinators memory layout 2019-12-05 12:37:26 +06:00