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
Copy file name to clipboardExpand all lines: lambda-buffers-codegen/src/LambdaBuffers/Codegen/Rust/Print.hs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,8 @@ printImports crates =
122
122
123
123
{- | `collectPackageDeps lbTyImports rsTyImports traitImps ruleImps valImps` collects all the package dependencies.
124
124
125
-
Note that LB `lbTyImports` and `ruleImps` are wired by the user (as the user decides on the package name for their schemass), so the imports inside the modules
126
-
is different from the crate list in `build.js`. These are returned as a tuple as `(imports, buildDeps)`
125
+
Note that LB `lbTyImports` and `ruleImps` are wired by the user (as the user decides on the package name for their schemas), so the imports inside the modules
126
+
is different from the crate list in `build.json`. These are returned as a tuple as `(imports, buildDeps)`
0 commit comments