jets: lint

This commit is contained in:
Alex Shelkovnykov 2023-12-20 19:05:41 -03:00
parent 90475fd794
commit 976e4dfbbc

View File

@ -507,8 +507,8 @@ pub fn jet_stew(context: &mut Context, subject: Noun) -> Result {
// +$ edge [p=hair q=(unit [p=* q=nail])]
#[derive(Copy, Clone)]
struct StirPair {
pub har: Noun, // p.edge
pub res: Noun, // p.u.q.edge
pub har: Noun, // p.edge
pub res: Noun, // p.u.q.edge
}
pub fn jet_stir(context: &mut Context, subject: Noun) -> Result {