mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
11 lines
161 B
Rust
11 lines
161 B
Rust
#![crate_name = "foo"]
|
|
|
|
// @count foo/index.html '//*[@class="item-right docblock-short"]' 0
|
|
|
|
/// ```
|
|
/// let x = 12;
|
|
/// ```
|
|
///
|
|
/// Some text.
|
|
pub fn foo() {}
|