You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Salsa Book's tutorial includes (empty) mentions to #[salsa::jar] which was seemingly removed (see commit 65118a0).
There a many mentions of jars in the book which makes no sense when trying to read through the examples, e.g #[salsa::db(Jar1, ... JarN)] however this is never used in any code.
Similarly the Book mentions HasJars and HasJarsDyn; which are nowhere to be found in the code anymore (commit c84bd1b)
This is kind of confusing because the Tutorial starts with there jars without any salsa inside ;)
The text was updated successfully, but these errors were encountered:
The Salsa Book's tutorial includes (empty) mentions to
#[salsa::jar]
which was seemingly removed (see commit 65118a0).There a many mentions of jars in the book which makes no sense when trying to read through the examples, e.g
#[salsa::db(Jar1, ... JarN)]
however this is never used in any code.Similarly the Book mentions
HasJars
andHasJarsDyn
; which are nowhere to be found in the code anymore (commit c84bd1b)This is kind of confusing because the Tutorial starts with there jars without any salsa inside ;)
The text was updated successfully, but these errors were encountered: