Compare commits

..

No commits in common. "9636f00e1df59e35fbdd5250d079a1f046c20d62" and "f1de281574bdcda8db00af4a21326503e7fbf8f9" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
#[cfg(feature = "openssl")]
extern crate tls_openssl as openssl;
use std::{sync::mpsc, thread, time::Duration};
use actix_web::{web, App, HttpResponse, HttpServer};
use std::{sync::mpsc, thread, time::Duration};
#[actix_rt::test]
async fn test_start() {