mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
efadcf715862a2d96af0f57d2b53bfa325390779
15: Add minimal docs to most public symbols r=matklad a=CAD97 Also sticks a safety on some warnings that rustc provides. If you're just stubbing out a module and don't want rustc refusing to compile it because you haven't documented it yet, stick `#![allow(missing_docs)]` at the top.
libsyntax2.0
libsyntax2.0 is an experimental implementation of the corresponding RFC.
See docs folder to learn how libsyntax2 works, and check
CONTRIBUTING.md if you want to contribute!
License
libsyntax2 is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
Description
Languages
Rust
95.7%
Shell
1%
C
0.9%
JavaScript
0.6%
Python
0.4%
Other
1.2%