Skip to content

Commit 3beffdf

Browse files
jayantkJayant Krishnamurthy
andauthored
Configure symbol groups by name (#403)
* Refactor to make this change easier * stop mutating AttestationConfig * get the product names also * ok * refactor * cleanup * more cleanup * more cleanup * comment * i think this works * fix stuff * clippy * more cleanup * main * main * fix formatting * blah * test * cleanup * fix python * config * fix test * grr * grr * comments Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
1 parent 06b2460 commit 3beffdf

File tree

7 files changed

+485
-215
lines changed

7 files changed

+485
-215
lines changed

pythnet/remote-executor/programs/remote-executor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(warnings)]
2-
#![allow(clippy::result_large_err)]
2+
#![allow(clippy::result_unit_err)]
33

44
use {
55
anchor_lang::{

0 commit comments

Comments
 (0)