/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
python/tidy/tests/wrong_space.rs
7 строк
285 B
Martin Robinson
Convert tidy to a non-egg Python package
15 июн 2023, 14:10
Не верифицирован
15 июн 2023, 14:10
81433a8
Код
Авторство
О чём код?
/* 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 struct TestStruct( pub testMember1: usize, pub testMember2: bool, );