mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Docs & comments cleanup
This commit is contained in:
parent
242eb6f905
commit
3e0d4cd3c7
10 changed files with 50 additions and 648 deletions
|
@ -3,7 +3,7 @@ use std::io::prelude::Read;
|
|||
use std::vec::Vec;
|
||||
|
||||
pub fn get_bytes() -> Vec<u8> {
|
||||
// In the build script for the gen module, we compile the builtins bitcode and set
|
||||
// In the build script for the builtins module, we compile the builtins bitcode and set
|
||||
// BUILTINS_BC to the path to the compiled output.
|
||||
let path: &'static str = env!(
|
||||
"BUILTINS_BC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue