xref: /third_party/rust/crates/clap/clap_derive/src/utils/mod.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/clap/clap_derive/src/utils/
119625d8cSopenharmony_cipub mod error;
219625d8cSopenharmony_ci
319625d8cSopenharmony_cimod doc_comments;
419625d8cSopenharmony_cimod spanned;
519625d8cSopenharmony_cimod ty;
619625d8cSopenharmony_ci
719625d8cSopenharmony_cipub use doc_comments::extract_doc_comment;
819625d8cSopenharmony_cipub use doc_comments::format_doc_comment;
919625d8cSopenharmony_ci
1019625d8cSopenharmony_cipub use self::{
1119625d8cSopenharmony_ci    spanned::Sp,
1219625d8cSopenharmony_ci    ty::{inner_type, is_simple_ty, sub_type, subty_if_name, Ty},
1319625d8cSopenharmony_ci};
14

Indexes created Thu Nov 07 10:32:03 CST 2024