/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script/dom/url/mod.rs
9 строк
413 B
Jayanta Pradhan
script: Move url interfaces into url/ (#43612)
24 мар 2026, 19:06
Не верифицирован
24 мар 2026, 19:06
0e7ca88
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ pub(crate) use self::url::*; #[allow(clippy::module_inception, reason = "The interface name is URL")] pub(crate) mod url; pub(crate) mod urlhelper; pub(crate) mod urlpattern; pub(crate) mod urlsearchparams;