1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

inline trivial body methods

This commit is contained in:
Rob Ede
2021-12-11 16:05:08 +00:00
parent 5b0a50249b
commit b41b346c00
6 changed files with 42 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
//! Error and Result module
// This is meant to be a glob import of the whole error module except for `Error`. Rustdoc can't yet
// correctly resolve the conflicting `Error` type defined in this module, so these re-exports are
// expanded manually.