maint: Use /// for doc comments
(cherry picked from commit 4a390197f71653dda99696ed5c9cbca8c6a95a4b)
This commit is contained in:
parent
ffdbf49ec5
commit
37da6411d0
3 changed files with 10 additions and 14 deletions
|
|
@ -6,7 +6,7 @@ use std::ptr::{null_mut, NonNull};
|
|||
|
||||
pub type Int = i64;
|
||||
|
||||
/** The type of a value (or thunk) */
|
||||
/// The type of a value (or thunk)
|
||||
#[derive(Eq, PartialEq, Debug)]
|
||||
pub enum ValueType {
|
||||
AttrSet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue