mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-29 18:17:55 +00:00
vet cargo docs on CI (#380)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
//! This crate vendors EVM related standard library functionality and provides a LLVM module,
|
||||
//! exporting the standard library functions.
|
||||
//! The standard library code is inherited and adapted from [0].
|
||||
//! [0]: [https://github.com/matter-labs/era-compiler-llvm/blob/v1.4.1/llvm/lib/Target/PolkaVM/polkavm-stdlib.ll]
|
||||
//! The standard library code is inherited and adapted from [the era compiler][0].
|
||||
//!
|
||||
//! [0]: [<https://github.com/matter-labs/era-compiler-llvm/blob/v1.4.1/llvm/lib/Target/PolkaVM/polkavm-stdlib.ll>]
|
||||
|
||||
use inkwell::{context::Context, memory_buffer::MemoryBuffer, module::Module, support::LLVMString};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user