We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c708e3a commit 690387cCopy full SHA for 690387c
src/hyperlight_testing/src/simplelogger.rs
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
-
+#![allow(static_mut_refs)]
17
// this is a non threadsafe logger for testing purposes, to test the log messages emitted by the guest.
18
// it will only log messages from the hyperlight_guest target. It will not log messages from other targets.
19
// this target is only used when handling an outb log request from the guest, so this logger will only capture those messages.
0 commit comments