/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/profile/lib.rs
11 строк
363 B
Euclid Ye
Fix compilation warning for platforms other than Linux (#40551)
11 ноя 2025, 08:44
Не верифицирован
11 ноя 2025, 08:44
918d101
Код
Авторство
О чём код?
/* 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/. */ #![deny(unsafe_code)] pub mod mem; #[cfg_attr(not(target_os = "windows"), expect(unsafe_code))] pub mod system_reporter; pub mod time; pub mod trace_dump;