File tree Expand file tree Collapse file tree
hyperlight_common/src/virtq
hyperlight_guest_bin/src/guest_function Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -515,7 +515,9 @@ pub(crate) mod test_utils {
515515
516516 /// Create test infrastructure: a producer, consumer, and notifier backed
517517 /// by the supplied [`OwnedRing`].
518- pub ( crate ) fn make_test_producer ( ring : & OwnedRing ) -> ( TestProducer , TestConsumer , TestNotifier ) {
518+ pub ( crate ) fn make_test_producer (
519+ ring : & OwnedRing ,
520+ ) -> ( TestProducer , TestConsumer , TestNotifier ) {
519521 let layout = ring. layout ( ) ;
520522 let mem = ring. mem ( ) ;
521523
Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ use flatbuffers::FlatBufferBuilder;
2121use hyperlight_common:: flatbuffer_wrappers:: function_call:: { FunctionCall , FunctionCallType } ;
2222use hyperlight_common:: flatbuffer_wrappers:: function_types:: { FunctionCallResult , ParameterType } ;
2323use hyperlight_common:: flatbuffer_wrappers:: guest_error:: { ErrorCode , GuestError } ;
24- use hyperlight_guest:: bail;
2524use hyperlight_guest:: error:: { HyperlightGuestError , Result } ;
26- use hyperlight_guest:: virtq;
25+ use hyperlight_guest:: { bail , virtq} ;
2726use tracing:: instrument;
2827
2928use crate :: REGISTERED_GUEST_FUNCTIONS ;
You can’t perform that action at this time.
0 commit comments