Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lang: fix error mod exports #1426

Merged
merged 5 commits into from
Feb 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
armaniferrante authored Feb 10, 2022
commit 126a29705c30125f88cf03118bb8cd99c6b47e44
2 changes: 0 additions & 2 deletions lang/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ mod bpf_upgradeable_state;
mod common;
pub mod context;
mod ctor;

pub mod error;

#[doc(hidden)]
pub mod idl;
mod system_program;
Expand Down