mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 16:41:05 +00:00
Made extensions constructor public
This commit is contained in:
parent
56bc900a82
commit
e680541e10
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ pub struct Extensions {
|
|||
impl Extensions {
|
||||
/// Create an empty `Extensions`.
|
||||
#[inline]
|
||||
pub(crate) fn new() -> Extensions {
|
||||
pub fn new() -> Extensions {
|
||||
Extensions {
|
||||
map: HashMap::default(),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue