vet cargo docs on CI (#380)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-09-29 13:39:09 +02:00
committed by GitHub
parent 713b7e5409
commit 1cc4f967b4
12 changed files with 28 additions and 16 deletions
+3 -2
View File
@@ -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};