Skip to content

Commit 3151393

Browse files
committed
chore: sync files from source repo
1 parent e46c210 commit 3151393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/alias.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use super::*;
22

3-
/// An alias, e.g. `name := target`
3+
/// An alias, e.g. `alias name := target`
44
#[derive(Debug, PartialEq, Clone, Serialize)]
55
pub(crate) struct Alias<'src, T = Arc<Recipe<'src>>> {
66
pub(crate) attributes: AttributeSet<'src>,

0 commit comments

Comments
 (0)