docs(tvix/eval): Use correct syntax for module doc comments
Change-Id: I35741856f34b86a538f226a8eaf8806edede60ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/6207 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
11ea7b82d8
commit
8d45fbadea
4 changed files with 12 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/// Warnings are emitted in cases where code passed to Tvix exhibits
|
||||
/// problems that the user could address.
|
||||
//! Implements warnings that are emitted in cases where code passed to
|
||||
//! Tvix exhibits problems that the user could address.
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum WarningKind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue